Skip to main content
GET
cURL

Authorizations

Authorization
string
header
default:Bearer {API_ACCESS_TOKEN}
required

CoreWeave API access token sent as a bearer token.

Query Parameters

parentDeploymentId
string

The ID of a deployment to filter by. When omitted, every hot-load in the caller's organization is returned.

maxPageSize
integer<int32>

The maximum number of hot-loads to return. The service may return fewer than this value. If unspecified or 0, at most 50 hot-loads are returned. The maximum value is 1000; values above 1000 are coerced to 1000. A negative value is rejected with CodeInvalidArgument.

pageToken
string

A page token received from a previous ListHotLoads call. Provide this to retrieve the subsequent page. When paginating, parent_deployment_id must match the call that produced the token: a token minted under one filter and replayed under another is rejected with CodeInvalidArgument, because changing the filter mid-walk would silently skip or repeat rows. The unfiltered organization-wide list is its own distinct filter for this purpose. The token is opaque and must not be constructed by clients.

Response

OK

Response for ListHotLoads

hotLoads
object[]
read-only

The hot-loads of the deployment, newest first

nextPageToken
string
read-only

A token that can be sent as page_token to retrieve the next page. Empty when the final page has been reached.

Last modified on September 15, 2026