Export
Download export snapshot as file in specified format
Download an export file in the specified format for a specific project. Specify the project ID with the `id`
parameter in the path and the ID of the export file you want to download using the `export_pk` parameter
in the path.
Get the `export_pk` from the response of the request to [Create new export](api:POST/api/projects/{id}/exports/)
or after [listing export files](api:GET/api/projects/{id}/exports/).
get/api/projects/{id}/exports/{export_pk}/download
Path parameters
export_pkinteger required
Primary key identifying the export file.
idinteger required
A unique integer value identifying this project.
Query parameters
exportTypestring
Selected export format
Response
Export file