> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Pull Cloud Resources

**Required scope:** `read:resources`

List and query cloud resources.

## Basic Parameters

<div className="integrations-table">
  | Parameter | Description                                                                                                |
  | --------- | ---------------------------------------------------------------------------------------------------------- |
  | Limit     | The number of records to fetch.                                                                            |
  | Name      | Filter by the cloud resource name.                                                                         |
  | Offset    | Pagination cursor.                                                                                         |
  | Types     | Filter cloud resources by specific entity types. Multiple values can be specified as comma separated list. |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter        | Description                                                                                                                                                             |
  | ---------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Deleted After    | Filter by the delete time of the object.                                                                                                                                |
  | Deleted Before   | Filter by the delete time of the object.                                                                                                                                |
  | Project IDs      | Filter cloud resources by Wiz project IDs. Multiple values can be specified as comma separated list. If no values are provided, then returns results from all projects. |
  | Provider IDs     | Filter cloud resources according to these cloud service provider unique IDs. Multiple values can be specified as comma separated list.                                  |
  | Subscription IDs | Filter cloud resources according to these external subscription IDs. Multiple values can be specified as comma separated list.                                          |
  | Updated After    | Filter by the update time of the object.                                                                                                                                |
  | Updated Before   | Filter by the update time of the object.                                                                                                                                |
</div>

## Workflow Library Example

[Pull Cloud Resources with Wiz and Send Results Via Email](https://library.blinkops.com/workflows/pull-cloud-resources-with-wiz-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/pull-cloud-resources-with-wiz-and-send-results-via-email/canvas" />
</div>
