Skip to Content

Stream Time Series

GET/v0/pipelines/{pipeline_name}/time_series_stream
Authentication
Parameters

Stream time series for statistics of a running or paused pipeline.

Returns a snapshot of all existing time series data followed by a continuous stream of new time series data points as they become available. The response is in newline-delimited JSON format (NDJSON) where each line is a JSON object representing a single time series data point.

Authentication

SchemeTypeDetails
JSON web token (JWT) or API keyBearer tokenAuthorization header · Use a JWT token obtained via an OAuth2/OIDC login workflow or an API key obtained via the `/v0/api-keys` endpoint.

Parameters

Path parameters

NameTypeRequiredDescription
pipeline_namestringYesUnique pipeline name

Response

application/x-ndjson
Pipeline time series stream established successfully
  • string
Request
curl -X GET '/v0/pipelines/{pipeline_name}/time_series_stream' \
  -H 'Authorization: Bearer YOUR_TOKEN'
Response
Pipeline time series stream established successfully
"string"