GET /accounts/{accountId}/resource-library/applications

Get applications with different filters.

Servers

Path parameters

Name Type Required Description
accountId String Yes

Account ID.

Query parameters

Name Type Required Description
limit Integer No

Limit of number of results to return.

Default value: 10

filter String No

Filter applications using key:value format. Supported filter keys:

  • name: Filter by application name (e.g., name:HR)
  • id: Filter by application ID (e.g., id:0b63249c-95bf-4cc0-a7cc-d7faaaf1dac0)
  • human_id: Filter by human-readable ID (e.g., human_id:HR)
  • hostname: Filter by hostname or support domain (e.g., hostname:portal.example.com)
  • source: Filter by application source name (e.g., source:cloudflare)
  • ip_subnet: Filter by IP subnet in CIDR notation (e.g., ip_subnet:192.168.1.0/24). .
offset Integer No

Offset of results to return.

Default value: 0

order_by String No

Order by result by field name and order (e.g., name:asc).

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.