Procurements
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",
"name": "my-resource-name",
"object": "procurement",
"capacity": {
"id": "cap_k3R-nX9vLm7Qp2Yw5Jd8F",
"name": "my-resource-name"
},
"instance_sku": {
"id": "isku_k3R-nX9vLm7Qp2Yw5Jd8F",
"name": "my-resource-name"
},
"min_sell_price_dollars_per_node_hour": "2.500000",
"max_buy_price_dollars_per_node_hour": "2.500000",
"created_at": 1738972800,
"updated_at": 1738972800
}