Trigger a forecast volumes export job
POST/v2/exports/forecast-volumes
Triggers a forecast volumes export job. Returns a job ID that can be used to check the status of the export and download the result when complete.
Request
Responses
- 202
- 400
- 401
- 403
- 422
- 500
Export job successfully triggered
Bad Request. Invalid request data or missing required fields.
Unauthorized. Invalid or missing authentication.
Forbidden. Insufficient permissions to access the resource.
Unprocessable Entity. Request validation failed.
Internal Server Error. Something went wrong on the server.