POST
/order/{orderId}/approve
Approves a submitted order so the pipeline can start processing it.
POST
/order/{orderId}/clone
Clones an existing public order.
POST
/order/complex
Creates a new order with a custom pipeline configuration.
POST
/order
Creates a new order with the given configuration.
POST
/order/unsupported
Creates a notification for an unsupported order type.
DELETE
/order/{orderId}
Deletes an order and its associated resources.
GET
/order/{orderId}
Retrieves the details of a specific order.
PATCH
/order/{orderId}
Updates the name or preceding order of an order.
GET
/order/{orderId}/download-results
Aggregates the results of an order and returns them as a file attachment.
GET
/order/{orderId}/results
Aggregates the results of an order and returns them as a JSON string.
GET
/orders/public
Retrieves all publicly available orders.
PATCH
/order/{orderId}/demo
Marks or unmarks an order as a demo.
POST
/order/{orderId}/pause
Pauses an order, stopping all campaigns from processing.
POST
/order/{orderId}/preview
Starts preview mode for an order so labelers' experience can be inspected.
GET
/orders/aggregated-overview
Retrieves orders aggregated by customer with total amounts and most recent order information.
GET
/orders
Queries orders with filtering and pagination.
POST
/order/{orderId}/resume
Resumes a paused order, restarting all campaigns.
POST
/order/{orderId}/retry
Retries processing of a failed order.
PATCH
/order/{orderId}/share
Marks or unmarks an order as public.
POST
/order/{orderId}/submit
Submits an order for processing.
POST
/order/{orderId}/unlock
Unlocks a cloned order so it can be modified.