cURL
curl --request GET \ --url https://api.streamkap.com/transforms/details \ --header 'Authorization: Bearer <token>'
{ "page": 1, "page_size": 10, "total": 123, "has_next": true, "result": [ { "metrics": { "tasks": 123, "latency": 123, "status": "<string>", "duration": 123, "start_time": 123, "end_time": "<string>" }, "config": [ {} ], "id": "<string>", "name": "<string>", "transform_type": "fan_out", "sql_query": "<string>" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Show child attributes
Was this page helpful?