{ "opencollection": "1.0.0", "info": { "name": "Exa Agent Events API", "version": "2.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Events", "type": "folder" }, "items": [ { "info": { "name": "List all Events", "type": "http" }, "http": { "method": "GET", "url": "https://api.exa.ai/v0/events", "params": [ { "name": "cursor", "value": "", "type": "query", "description": "The cursor to paginate through the results" }, { "name": "limit", "value": "", "type": "query", "description": "The number of results to return" }, { "name": "types", "value": "", "type": "query", "description": "The types of events to filter by" }, { "name": "createdBefore", "value": "", "type": "query", "description": "Filter events created before or at this timestamp (inclusive). Must be a valid ISO 8601 datetime string. All times are in UTC." }, { "name": "createdAfter", "value": "", "type": "query", "description": "Filter events created after or at this timestamp (inclusive). Must be a valid ISO 8601 datetime string. All times are in UTC." } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "List all events that have occurred in the system.\n\nYou can paginate through the results using the `cursor` parameter." }, { "info": { "name": "Get an Event", "type": "http" }, "http": { "method": "GET", "url": "https://api.exa.ai/v0/events/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the event" } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Get a single Event by id.\n\nYou can subscribe to Events by creating a Webhook." } ] } ], "bundled": true }