GET /accounts/{account_id}/resource-library/applications
List applications with different filters.
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. |
offset |
Integer | No |
Offset of results to return. Default value: 0 |
order_by |
String | No |
Order results by field name and direction (e.g., name:asc). 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.