Start export

/data/v2/projects/{projectToken}/exports/{export_id}/start

Trigger an existing export.

Use to start an export with id corresponding to the export_id. The export can't be running (repeated), as opposed to Imports. If the type of the export is repeated, the route responds with status code 400 and an error message.

Also note that when interpreting the dynamic filenames, scheduled export run matters, not the actual time of the export run.

Definition

Authorization

Use the following authorization access and permissions:

  • Access type: Private access
  • Permissions needed: Exports > Allow trigger exports

Learn more about:

Path parameters

ParameterTypeDescriptionRequired
projectTokenstringThe ID of your project.Required
export_idstringThe ID of an existing import in your project.Required

Header

ParameterTypeDescriptionRequired
authorizationstringUsed for authentication. Required
content-typestringapplication/json

If you're sending this request without a body, the header can't contain content-type: application/json.
Required if body isn't empty.

Limitations

  • The export can't be running (repeated).
Language
Click Try It! to start a request and see the response here!