cURL
curl --request GET \ --url https://api.ziet.ai/v1/runs/{id}/steps \ --header 'Authorization: <api-key>'
{ "data": [ { "id": "<string>", "type": "action", "status": "pending", "action_id": "<string>", "input": {}, "output": {}, "started_at": "2023-11-07T05:31:56Z", "completed_at": "2023-11-07T05:31:56Z" } ], "pagination": { "total": 123, "limit": 123, "offset": 123, "has_more": true } }
Get all execution steps for a run, including actions, decisions, and approvals.
Format: 'Api-Key sk_live_YOUR_KEY'
Run ID
1 <= x <= 100
x >= 0
List of run steps
Show child attributes