cURL
curl --request GET \ --url https://api.exa.ai/websets/v0/monitors/{monitor}/runs \ --header 'x-api-key: <api-key>'
{ "data": [ { "id": "<string>", "object": "monitor_run", "status": "created", "monitorId": "<string>", "type": "search", "completedAt": "2023-11-07T05:31:56Z", "failedAt": "2023-11-07T05:31:56Z", "failedReason": "<string>", "canceledAt": "2023-11-07T05:31:56Z", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ], "hasMore": true, "nextCursor": "<string>" }
Lists all runs for the Monitor.
Your Exa API key
The id of the Monitor to list runs for
List of monitor runs
The response is of type object.
object