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
- https://api.cloudflare.com/client/v4
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:
|
orders[].direction |
String | Yes |
Sort direction. Valid values:
|
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
- 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.