GET
/
pipelines
/
metrics
Get Metrics For Pipelines
curl --request GET \
  --url https://api.streamkap.com/pipelines/metrics \
  --header 'Authorization: Bearer <token>'
{
  "account_metrics": {},
  "connector_metrics": {},
  "inline_metrics": {},
  "task_metrics": {},
  "topic_metrics": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

id
string | null
topic_list_from
integer | null
topic_list_size
integer | null
from
size
integer | null
level
string | null
page
timestamp_to
timestamp_from
time_unit
string | null
time_interval
time_type
string | null
tenant_ids
string | null

A comma-separated list of Tenant IDs

ids
string | null

A comma-separated list of pipeline IDs

Response

Successful Response

Pipeline metrics response.

account_metrics
object | null
connector_metrics
object | null
inline_metrics
object | null
task_metrics
object | null
topic_metrics
object | null