v1
latestOpenAPI 3.1.02026-07-2665179189.7 KBProcurements
Get procurement
⚠️ This endpoint is in public preview.
Retrieve a procurement by ID or name.
get/preview/v2/procurements/{id}
Path parameters
idstring required
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.
Example:proc_k3R-nX9vLm7Qp2Yw5Jd8F
Response
Procurement details.
Example response
{
"id": "proc_k3R-nX9vLm7Qp2Yw5Jd8F",
"resource_path": "sfc:procurement:<account_id>:<workspace>:<name>",
"owner": "my-resource-name",
"workspace": "my-resource-name",
"workspace_id": "wksp_k3R-nX9vLm7Qp2Yw5Jd8F",
"name": "my-resource-name",
"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"
},
"min_sell_price_dollars_per_node_hour": "1.500000",
"max_buy_price_dollars_per_node_hour": "1.500000",
"created_at": 1738972800,
"updated_at": 1738972800
}