v1
latestOpenAPI 3.1.02026-07-2665179189.7 KBList orders
⚠️ This endpoint is in public preview.
List all orders.
Query parameters
Filter by order ID (repeatable).
[ "ordr_k3R-nX9vLm7Qp2Yw5Jd8F" ]
A resource path like 'sfc:pool:acme:prod:my-pool' or an ID. Resource paths are human-readable but not stable - they change when resources are renamed or moved. IDs are stable and permanent.
Filter by pool.
A resource path like 'sfc:workspace:acme:my-workspace' or an ID. Resource paths are human-readable but not stable - they change when resources are renamed or moved. IDs are stable and permanent.
Scope the listing to a single workspace (ID, resource path, or name). Ignored when pool is given (the pool already names its workspace). Without either, the list spans the whole organization and requires an org-level Order:List grant.
Filter by status (repeatable).
Unix timestamp.
Unix timestamp.
A resource path like 'sfc:procurement:acme:prod:my-procurement' or an ID. Resource paths are human-readable but not stable - they change when resources are renamed or moved. IDs are stable and permanent.
Filter to one procurement's orders (ID or resource path). Without it, the list omits procurement orders.
Prefix with - for descending.
Set to the response's cursor to fetch the next page.
Set to the response's cursor to fetch the previous page.
Response
Paginated list of orders.
Example response
{
"cursor": "ordrc_gqXR7s0Kj5mHvE2wNpLc4Q",
"data": [
{
"id": "ordr_k3R-nX9vLm7Qp2Yw5Jd8F",
"capacity": {
"id": "cap_k3R-nX9vLm7Qp2Yw5Jd8F",
"name": "my-resource-name"
},
"pool": {
"id": "pool_k3R-nX9vLm7Qp2Yw5Jd8F",
"name": "my-resource-name"
},
"instance_sku": {
"id": "isku_k3R-nX9vLm7Qp2Yw5Jd8F",
"alias": "my-resource-name"
},
"allocation_schedule_delta": [
{
"start_at": 1738972800,
"end_at": 1738972800
}
],
"filled_allocation_schedule_delta": [
{
"start_at": 1738972800,
"end_at": 1738972800
}
],
"limit_price_dollars_per_node_hour": "1.500000",
"created_at": 1738972800,
"filled_at": 1738972800,
"filled_average_price_dollars_per_node_hour": "1.500000",
"fills": [
{
"contract": "cont_k3R-nX9vLm7Qp2Yw5Jd8F",
"filled_at": 1738972800,
"allocation_schedule_delta": [
{
"start_at": 1738972800,
"end_at": 1738972800
}
],
"price_dollars_per_node_hour": "1.500000"
}
],
"cancelled_at": 1738972800
}
]
}