cURL
curl --request GET \ --url https://api.exa.ai/websets/v0/monitors/{monitor}/runs/{id} \ --header 'x-api-key: <api-key>'
{ "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" }
Gets a specific monitor run.
Your Exa API key
The id of the Monitor to get the run for
Monitor run details
The response is of type object.
object