GET
/
pipelines
/
logs
Get Logs For Pipelines
curl --request GET \
  --url https://api.streamkap.com/pipelines/logs \
  --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

size
integer | null
from
integer | null
log_level
string | null

A comma-separated list of log level. Example: INFO,WARN

query_string
string | null
timestamp_to

Example: 2025-07-30T07:54:13.922

timestamp_from

Example: 2025-07-30T07:54:13.922

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