POST /accounts/{account_id}/data-security/posture/findings/export

Creates a CSV export for findings and accepts optional filters in the payload.

Servers

Path parameters

Name Type Required Description
account_id String Yes

Cloudflare account ID for the user making the request.

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
min_affliction_date String No

Filter to view findings that occurred on or after the affliction date. Can be a date-time in ISO 8601 format or an epoch timestamp.

max_affliction_date String No

Filter to view findings that occurred on or before the affliction date. Can be a date-time in ISO 8601 format or an epoch timestamp.

ignored Boolean No

Filter for only the ignored findings. Set to false to only see active items.

severities[] Array No

Filter by severity levels.

orders[] Array No

Which fields to use when ordering the findings.

orders[].name String Yes

Which field to use when ordering the findings.

Valid values:

  • "severity"
  • "instance_count"
  • "latest_affliction_date"
  • "finding.name"
  • "integration.name"
orders[].direction String Yes

Sort direction.

Valid values:

  • "desc"
  • "asc"
vendors[] Array No

Filter by vendor types.

search String No

A search term.

product String No

Filter by finding's category product.

integration_id[] Array No

Filter by multiple integration IDs.

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.