Skip to main content
POST
/
v1
/
exports
Create Export Job
curl --request POST \
  --url https://api.example.com/v1/exports \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "format": "csv",
  "filters": null,
  "options": null,
  "report_id": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
resource
enum<string>
required
Available options:
issues,
patterns,
predictions,
recommendations,
audit_log,
members,
connectors
format
string
default:csv
filters
unknown
options
unknown
report_id
string | null

Response

Successful Response

The response is of type Response Create Export Job V1 Exports Post · object.