Exports

Retrieve an export

get

Get details of a specific export record by ID.

Authorizations
AuthorizationstringRequired
Path parameters
idintegerRequired

Unique identifier of the resource

Example: 1
Responses
chevron-right
200

Export details.

application/json
get
/api/v1/exports/{id}/

List exports

get

Retrieve a list of export records with optional filtering. Non-superusers can only see their own records.

Authorizations
AuthorizationstringRequired
Query parameters
created_datestring · date-timeOptional

Filter by creation date using supported lookup expressions (e.g., gt, gte, lt, lte, date__gt, etc.).

Example: created_date__gt=2024-01-01T00:00:00Z
statusstring · enumOptional

Filter by the export status.

Example: completedPossible values:
format_typestring · enumOptional

Filter by the export file format.

Example: csvPossible values:
Responses
chevron-right
200

A list of exports.

application/json
get
/api/v1/exports/

Set export as cancelled

post

Mark an export record as cancelled. Only accessible by superusers.

Authorizations
AuthorizationstringRequired
Path parameters
idintegerRequired

Unique identifier of the resource

Example: 1
Responses
chevron-right
200

Export successfully cancelled.

application/json
post
/api/v1/exports/{id}/set_cancel/

Last updated

Was this helpful?