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

Changes

Changed in 2 of the 97 revisions of this API.12

    • the response property created_by/avatar became nullable for the status 200

      response-property-became-nullable

    • added ProjectImportStatusEnum to the status response property allOf list for the response status 200

      response-property-all-of-added

    • removed Status7bfEnum from the status response property allOf list for the response status 200

      response-property-all-of-removed

    This revision also has 13 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

Of the 97 revisions, 1 has no diff computed.