Skip to main content
GET
List deployments
Optional query parameters:
  • parentGatewayId: limit results to deployments associated with this gateway ID.
  • updatedAfter: ISO-8601 timestamp; results are limited to deployments updated after this time.
Example request

Authorizations

Authorization
string
header
default:Bearer {API_ACCESS_TOKEN}
required

CoreWeave API access token sent as a bearer token.

Query Parameters

parentGatewayId
string

The ID of the parent gateway to filter deployments by

updatedAfter
string<date-time>

Filter by those updated after this timestamp

Response

OK

Response for ListDeployments

items
object[]
read-only

The list of deployments

Last modified on July 24, 2026