Skip to main content
GET
/
v1beta1
/
telemetryrelay
/
endpoints
List forwarding endpoints
curl --request GET \
  --url https://api.coreweave.com/v1beta1/telemetryrelay/endpoints \
  --header 'Authorization: Bearer <token>'
{
  "endpoints": [
    {
      "ref": {
        "slug": "<string>"
      },
      "spec": {
        "displayName": "<string>",
        "https": {
          "endpoint": "<string>",
          "tls": {
            "certificateAuthorityData": "<string>"
          }
        }
      },
      "status": {
        "createdAt": "2023-11-07T05:31:56Z",
        "updatedAt": "2023-11-07T05:31:56Z",
        "stateMessage": "<string>",
        "zonesActive": [
          {
            "zoneSlug": "<string>",
            "clusters": [
              {
                "id": "<string>"
              }
            ]
          }
        ],
        "credentialsConfigured": true,
        "credentialsUpdatedAt": "2023-11-07T05:31:56Z"
      }
    }
  ]
}

Authorizations

Authorization
string
header
default:Bearer [CW-API-TOKEN]
required

CoreWeave API access token sent as a bearer token.

Response

OK

endpoints
object[]
Last modified on June 15, 2026