cURL
curl --request GET \ --url https://api.streamkap.com/sources/metrics \ --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.
Bearer <token>
<token>
A comma-separated list of Tenant IDs
A comma-separated list of source IDs
Successful Response
Source metrics response.
Show child attributes
Was this page helpful?