Orders
Get order details
get/v0/orders/{id}
Path parameters
idstring required
Example:ordr_k3R-nX9vLm7Qp2Yw5Jd8F
Order ID
Response
Order details
Example response
{
"object": "order",
"id": "ordr_k3R-nX9vLm7Qp2Yw5Jd8F",
"instance_type": "h100i",
"quantity": 4,
"start_at": "2025-07-11T20:41:37.423Z",
"end_at": "2025-07-11T20:41:37.423Z",
"price": 2850000,
"executed_at": "2025-07-11T20:41:37.423Z",
"cancelled_at": "2025-07-11T20:41:37.423Z",
"colocate_with": [
"cont_k3R-nX9vLm7Qp2Yw5Jd8F"
],
"created_at": "2025-07-11T20:41:37.423Z",
"cluster": "richmond",
"duration": 1738972800
}