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.

Path Parameters

hotLoadId
string
required

The ID of the hot-load whose replicas to list

Query Parameters

maxPageSize
integer<int32>

The maximum number of replicas to return. The service may return fewer than this value. If unspecified or 0, at most 50 replicas 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 ListHotLoadReplicas call. Provide this to retrieve the subsequent page. When paginating, hot_load_id must identify the same hot-load as the call that produced the token; a token replayed under another hot-load, or by another organization, is rejected with CodeInvalidArgument. The token is opaque and must not be constructed by clients.

Response

OK

Response for ListHotLoadReplicas

replicas
object[]
read-only

The replicas of the hot-load, ordered by (zone, name)

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