cURL
curl --request GET \ --url https://forge.gloo.ai/api/v1/runs \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "runType": "<string>", "status": "<string>", "workflowId": "<string>", "goal": "<string>", "startedAt": 123, "completedAt": 123, "totalTokens": 123, "totalCost": 123 } ], "meta": { "requestId": "<string>", "hasMore": true, "nextCursor": "<string>" } }
API key from /api/v1/keys. Pass as Authorization: Bearer <key>.
Authorization: Bearer <key>
Filter by run type
prescriptive
delegated
Page size
1 <= x <= 100
Pagination cursor from previous response
Filter by interface ID (must match caller identity)
Run list
Show child attributes