Assets: Read.
External DocumentationTo learn more, visit the CrowdStrike documentation.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Assets: Read.| Parameter | Description |
|---|---|
| Filter | Filter the results based on FQL queries guidelines. |
| Return All Pages | Automatically fetch all resources, page by page. |
| Parameter | Description |
|---|---|
| Limit | The maximum number of records to return. [1-100]. Default value: 100. |
| Offset | The zero-based position of the first record to return. Default value: 0. |
| Sort | Sort applications by their properties. The format of the sort criteria is: field|direction. Direction can be either asc (ascending) or desc (descending) order.For example: last_used_timestamp|asc. |
{
"meta": {
"query_time": 1,
"pagination": {
"offset": 2,
"limit": 191,
"total": 10
},
"powered_by": "<string>",
"trace_id": "<string>"
},
"resources": [
"<string>",
"<string>"
]
}
Was this page helpful?