cURL
curl --request GET \ --url https://api.exa.ai/websets/v0/monitors \ --header 'x-api-key: <api-key>'
{ "data": [ { "id": "<string>", "object": "monitor", "status": "enabled", "websetId": "<string>", "cadence": { "cron": "<string>", "timezone": "Etc/UTC" }, "behavior": { "type": "search", "config": { "count": 123, "query": "<string>", "criteria": [ { "description": "<string>" } ], "entity": { "type": "company" }, "behavior": "append" } }, "lastRun": { "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" }, "nextRunAt": "2023-11-07T05:31:56Z", "metadata": {}, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ], "hasMore": true, "nextCursor": "<string>" }
Lists all monitors for the Webset.
Your Exa API key
The cursor to paginate through the results
1
The number of results to return
1 <= x <= 200
The id of the Webset to list monitors for
List of monitors
The list of monitors
Show child attributes
Whether there are more results to paginate through
The cursor to paginate through the next set of results