Get forecast parameters export job status
GET/v2/exports/forecast-parameters/:jobId
Retrieves the current status and result of a forecast parameters export job. When the export is complete and successful, the response will include a URL to download the generated parquet file.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Export job status retrieved successfully
Bad Request. Invalid jobId format.
Unauthorized. Invalid or missing authentication.
Forbidden. Insufficient permissions to access the resource.
Not Found. Export job not found or does not exist.
Internal Server Error. Something went wrong on the server.