{ "opencollection": "1.0.0", "info": { "name": "Exa Agent Runs API", "version": "2.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Runs", "type": "folder" }, "items": [ { "info": { "name": "List Runs", "type": "http" }, "http": { "method": "GET", "url": "https://api.exa.ai/monitors/:id/runs", "params": [ { "name": "id", "value": "", "type": "path", "description": "The monitor ID" }, { "name": "cursor", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Lists all runs for a monitor with cursor-based pagination. Runs are returned in reverse chronological order." }, { "info": { "name": "Get a Run", "type": "http" }, "http": { "method": "GET", "url": "https://api.exa.ai/monitors/:id/runs/:runId", "params": [ { "name": "id", "value": "", "type": "path", "description": "The monitor ID" }, { "name": "runId", "value": "", "type": "path", "description": "The run ID" } ] }, "docs": "Retrieves a single run by its ID, including the full output if the run is completed." } ] } ], "bundled": true }