Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.trymaitai.ai/api/v1/monitors/{monitor_id}/runs/{run_id} \ --header 'X-Maitai-Api-Key: <api-key>'
{ "data": { "id": 70123, "monitor_id": 501, "outcome": "error", "source_type": "workflow", "source_type_id": "session_abc123", "runner_duration_ms": 14 } }
Get a single run and verify it belongs to the given monitor.
Your Maitai API key from the Portal.
Get run scoped.
Was this page helpful?