curl --request GET \
--url https://api.streamkap.com/pipelines/logs \
--header 'Authorization: Bearer <token>'{
"account_metrics": {},
"connector_metrics": {},
"inline_metrics": {},
"task_metrics": {},
"topic_metrics": {}
}curl --request GET \
--url https://api.streamkap.com/pipelines/logs \
--header 'Authorization: Bearer <token>'{
"account_metrics": {},
"connector_metrics": {},
"inline_metrics": {},
"task_metrics": {},
"topic_metrics": {}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
A comma-separated list of log level. Example: INFO,WARN
Example: 2025-07-30T07:54:13.922
Example: 2025-07-30T07:54:13.922
Successful Response
Pipeline metrics response.
Was this page helpful?