Capacities
Get capacity transfer
⚠️ This endpoint is in public preview.
Retrieve a capacity transfer by ID.
get/preview/v2/capacity_transfers/{id}
Path parameters
idstring required
Example:cxfr_k3R-nX9vLm7Qp2Yw5Jd8F
Capacity transfer ID
Response
Capacity transfer details.
Example response
{
"object": "capacity_transfer",
"id": "cxfr_k3R-nX9vLm7Qp2Yw5Jd8F",
"created_at": 1738972800,
"from_capacity": "cap_k3R-nX9vLm7Qp2Yw5Jd8F",
"to_capacity": "cap_k3R-nX9vLm7Qp2Yw5Jd8F",
"instance_sku": {
"id": "isku_k3R-nX9vLm7Qp2Yw5Jd8F",
"name": "my-resource-name"
},
"allocation_schedule_delta": [
{
"start_at": 1738972800,
"end_at": 1738972800
}
]
}