v3

latestOpenAPI 3.1.02026-07-311,4541,5202.3 MB
exports

Api Export Jobs List Create

POST handler with superadmin-only field protection.

Strips superadmin-only fields from non-superadmin requests before delegating to OrganizationInjectionMixin.post() for org injection.

post/api/export-jobs/list/

Headers

Authorizationstring required

JWT access token or Respan API key

Request body

namestring
status'pending' | 'processing' | 'paused' | 'completed' | 'failed' | 'cancelled'
  • pending - Pending
  • processing - Processing
  • paused - Paused
  • completed - Completed
  • failed - Failed
  • cancelled - Cancelled
export_format'csv' | 'json' | 'jsonl'
  • csv - Csv
  • json - Json
  • jsonl - Jsonl
{"stackTrail":"components:schemas:ExportJobDetailRequest:properties:query_params","oasType":"schema","type":"unknown","description":"Any type"}
{"stackTrail":"components:schemas:ExportJobDetailRequest:properties:post_params","oasType":"schema","type":"unknown","description":"Any type"}
list_typestring
source_workflow_version_idstring nullable

Response

idinteger required
projectstring nullable required
namestring
created_atstring date-time required
updated_atstring date-time required
status'pending' | 'processing' | 'paused' | 'completed' | 'failed' | 'cancelled'
  • pending - Pending
  • processing - Processing
  • paused - Paused
  • completed - Completed
  • failed - Failed
  • cancelled - Cancelled
export_format'csv' | 'json' | 'jsonl'
  • csv - Csv
  • json - Json
  • jsonl - Jsonl
export_check_point_atstring date-time nullable required
exported_chunk_countinteger required
export_progress_percentagenumber double required
estimated_entry_countinteger required
exported_record_countinteger required
{"stackTrail":"components:schemas:ExportJobDetail:properties:query_params","oasType":"schema","type":"unknown","description":"Any type"}
{"stackTrail":"components:schemas:ExportJobDetail:properties:post_params","oasType":"schema","type":"unknown","description":"Any type"}
celery_task_idstring required
list_typestring
failed_reasonstring required
warningsobject[] required
generated_sqlstring required
dispatch_generationinteger required
source_workflow_version_idstring nullable
userinteger nullable required