cURL
curl --request GET \ --url https://api.getgranite.ai/api/analytics/recent-failures
{ "data": [ { "execution_id": "<string>", "run_id": "<string>", "workflow_name": "<string>", "error_category": "<string>", "triggered_by": "<string>", "started_at": "<string>", "error_message": "<string>", "duration_ms": 123 } ], "total": 123, "limit": 123, "offset": 123 }
1 <= x <= 100
x >= 0
Successful Response
Response for recent failures.
Show child attributes