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

Authorizations

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

CoreWeave API access token sent as a bearer token.

Response

OK

pipelines
object[]
Last modified on June 15, 2026