POST /accounts/{account_id}/data-security/posture/remediations/jobs/export

Creates a CSV export for remediation jobs 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
orders[] Array No

Ordering specifications for the export.

orders[].name String Yes

Which field to use when ordering the remediation jobs.

Valid values:

  • "last_updated_at"
  • "finding_type_name"
  • "integration_name"
  • "affliction_date"
  • "status"
  • "asset_name"
orders[].direction String Yes

Sort direction.

Valid values:

  • "desc"
  • "asc"
search String No

A search term.

min_updated_at String No

Filter to view remediation jobs updated on or after this datetime. Can be a date-time in ISO 8601 format or an epoch timestamp.

status[] Array No

Filter by remediation job status.

max_updated_at String No

Filter to view remediation jobs updated on or before this datetime. Can be a date-time in ISO 8601 format or an epoch timestamp.

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.