Skip to main content
GET
List capacity claims
Use this endpoint to enumerate every CapacityClaim the caller has access to. The optional updatedAfter query parameter filters results to claims updated after the given ISO-8601 timestamp.
Example request

Authorizations

Authorization
string
header
default:Bearer {API_ACCESS_TOKEN}
required

CoreWeave API access token sent as a bearer token.

Query Parameters

updatedAfter
string<date-time>

Filter by those updated after this timestamp

Response

OK

Response for ListCapacityClaims

capacityClaims
object[]
read-only

The list of CapacityClaims

Last modified on July 13, 2026