Skip to main content
GET
List gateways
Use this endpoint to enumerate every gateway the caller has access to. The optional updatedAfter query parameter filters results to gateways 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 ListGateways

items
object[]
read-only

The list of gateways

Last modified on July 13, 2026