Orders
Get export job status
Check the status of an export job by job_id. Returns current status, progress, and download URL when completed.
AuthorizationBasic <token>
In: header
Path Parameters
job_id*string
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/orders/export/string"{ "job_id": "string", "status": "string", "rows_processed": 0, "presigned_url": "string", "error_message": "string", "created_at": "string", "started_at": "string", "completed_at": "string"}{ "detail": {}, "message": "string"}{ "code": "string", "title": "string", "detail": "string"}Get Plan GET
API to fetch plan by Plan ID Unplanned orders may include planning_failure_reason, a customer-facing explanation of why automated planning could not assign the order.
Get Tasks Definitions List GET
Retrieves a list of all task definitions available in the system. This endpoint is used to view all task definitions that can be used for orders.