post
https://api.exponea.com/data/v2/projects//exports//start
/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
| Parameter | Type | Description | Required |
|---|---|---|---|
| projectToken | string | The ID of your project. | Required |
| export_id | string | The ID of an existing import in your project. | Required |
Header
| Parameter | Type | Description | Required |
|---|---|---|---|
| authorization | string | Used for authentication. | Required |
| content-type | string | application/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).
