> ## 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.

# List Custom Scripts IDs

Get a list of custom-script ID's that are available to the user for the `runscript` command.

<Note>
  External Documentation

  To learn more, visit the [CrowdStrike documentation](https://falcon.us-2.crowdstrike.com/documentation/page/f00d6af5/real-time-response-apis#t22bb231).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter        | Description                                                                                                                                                                                                                        |
  | ---------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Filter           | Optional filter criteria in the form of an FQL query. For more<br />information about FQL queries, see [FQL documentation in Falcon](https://falcon.crowdstrike.com/support/documentation/45/falcon-query-language-feature-guide). |
  | Return All Pages | Automatically fetch all resources, page by page.                                                                                                                                                                                   |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter | Description                                                    |
  | --------- | -------------------------------------------------------------- |
  | Limit     | Number of ids to return.                                       |
  | Offset    | Starting index of overall result set from which to return ids. |
  | Sort      | Sort by spec. Ex: name.desc.                                   |
</div>

## Example Output

```json theme={"dark"}
{
  "meta": {
  "query_time": "x.xxxxxxxx",
  "pagination": {
  "offset": x,
  "limit": xxx,
  "total": x
  },
  "powered_by": "xxxxxxxxxxxx",
  "trace_id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
  },
  "resources": [
  "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
  "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
  ]
}
```

## Workflow Library Example

[List Custom Scripts Ids with Crowdstrike and Send Results Via Email](https://library.blinkops.com/workflows/list-custom-scripts-ids-with-crowdstrike-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/list-custom-scripts-ids-with-crowdstrike-and-send-results-via-email/canvas" />
</div>
