GET /accounts/{account_id}/resource-library/applications
List the applications available to an account, both the applications Cloudflare curates and the custom applications the account has defined.
Results are paginated. Use filter and search to narrow the list, order_by to
sort it, and fields to reduce each result to only the properties you need.
The authenticated principal must have access to the account identified by
account_id.
Servers
- https://api.cloudflare.com/client/v4
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
account_id |
String | Yes |
Account ID. |
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
limit |
Integer | No |
Limit of number of results to return (max 250). Default value: 25 |
filter |
String | No |
Filter applications using key:value format. Supported filter keys:
|
search |
String | No |
Fuzzy search across application name and hostnames. Results are ranked by relevance. Must be between 2 and 200 characters. Can be combined with filter parameters. |
fields |
String | No |
Return only the listed properties on each application, as a comma-separated list.
Use this to keep responses small when you only need part of each application — for
example populating a picker with Omit this parameter to receive the full application object.
Selectable properties: Unknown or empty property names return |
offset |
Integer | No |
Offset of results to return. Default value: 0 |
order_by |
String | No |
Order results using field:direction format. Supported fields are name, id, human_id, category_id, application_type, application_confidence_score, and gen_ai_score. Supported directions are asc and desc. Ignored when search is provided; results are ranked by relevance instead. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.