Skip to main content
GET
Get capacity claim
Substitute {id} with the CapacityClaim ID returned from List capacity claims or Create capacity claim.
Example request

Authorizations

Authorization
string
header
default:Bearer {API_ACCESS_TOKEN}
required

CoreWeave API access token sent as a bearer token.

Path Parameters

id
string
required

The unique identifier of the CapacityClaim to get, UUID format

Response

OK

Response for GetCapacityClaim

capacityClaim
object

The CapacityClaim

Last modified on July 13, 2026