v76

OpenAPI 3.0.3raw.githubusercontent.com2026-08-015764591.5 MB
Export

Get export snapshot by ID

Retrieve information about an export file by export ID for a specific project.

get/api/projects/{id}/exports/{export_pk}

Path parameters

export_pkinteger required

Primary key identifying the export file.

idinteger required

A unique integer value identifying this project.

Response

{"stackTrail":"components:schemas:Export:properties:counters","oasType":"schema","type":"unknown","title":"Exporting meta data"}
created_atstring date-time required

Creation time

finished_atstring date-time nullable

Complete or fail time

idinteger required
md5string
status'created' | 'in_progress' | 'failed' | 'completed'
  • created - Created
  • in_progress - In progress
  • failed - Failed
  • completed - Completed
titlestring