Skip to main content
GET
/
v1beta1
/
telemetryrelay
/
endpoints
/
{ref.slug}
:check
Get forwarding endpoint status
curl --request GET \
  --url https://api.coreweave.com/v1beta1/telemetryrelay/endpoints/{ref.slug}:check \
  --header 'Authorization: Bearer <token>'
{
  "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.

Path Parameters

ref.slug
string
required

Response

OK

status
object

ForwardingEndpointStatus reflects the current operational state of an endpoint.

Status is managed by the system and includes connection state, timestamps, and information about which zones/clusters are actively using the endpoint.

Last modified on June 15, 2026