POST /accounts/{account_id}/analytics/query/data-security/content-findings/top-n

Returns the top N integrations ranked by total content findings.

Servers

Path parameters

Name Type Required Description
account_id String Yes

Cloudflare account identifier.

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
filters[] Array Yes

Filters to apply. findingType = content is applied automatically for CASB data.

filters[].values[] Array Yes

Values to match against. Type depends on the column.

filters[].name String Yes

Specifies the column name to filter on. Requires a valid column for the target dataset (e.g. country, allowed, appId).

filters[].op String Yes

Filter operator. Common values: eq, neq, in, not_in, gt, lt, gte, lte.

to String Yes

End of the query time range (exclusive). RFC3339.

n Integer Yes

Maximum number of integrations to return.

from String Yes

Start of the query time range (inclusive). RFC3339.

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.