Exports
Get details of a specific export record by ID.
Authorizations
AuthorizationstringRequired
Path parameters
idintegerRequiredExample:
Unique identifier of the resource
1Responses
200
Export details.
application/json
404
The given resource or object was not found or does not exist.
application/json
get
/api/v1/exports/{id}/Retrieve a list of export records with optional filtering. Non-superusers can only see their own records.
Authorizations
AuthorizationstringRequired
Query parameters
created_datestring · date-timeOptionalExample:
Filter by creation date using supported lookup expressions (e.g., gt, gte, lt, lte, date__gt, etc.).
created_date__gt=2024-01-01T00:00:00Zstatusstring · enumOptionalExample:
Filter by the export status.
completedPossible values: format_typestring · enumOptionalExample:
Filter by the export file format.
csvPossible values: Responses
200
A list of exports.
application/json
403
Forbidden
get
/api/v1/exports/Mark an export record as cancelled. Only accessible by superusers.
Authorizations
AuthorizationstringRequired
Path parameters
idintegerRequiredExample:
Unique identifier of the resource
1Responses
200
Export successfully cancelled.
application/json
403
Forbidden
404
The given resource or object was not found or does not exist.
application/json
post
/api/v1/exports/{id}/set_cancel/Last updated
Was this helpful?

