v1
latestOpenAPI 3.0.02026-07-241010520.6 KBOrders
Retrieve Convert Order to Project Status
Retrieve the status of a Convert Order to Project job.
Note that this is an asynchronous endpoint. See the Asynchronous Endpoints appendix for more info.
You will need the job_id from the response body of a POST to the Convert Order to Project endpoint.
get/tenants/{tenant_id}/orders/{id}/project_creation/status
Path parameters
idstring required
The Object ID of the order
tenant_idstring uuid required
The ID of the tenant to which the order was released.
Query parameters
job_idstring uuid required
Response
Create project job status successfully retrieved.
Example response
{
"create_project_job": {
"status": "succeeded",
"source": "api",
"project_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
}
}