Skip to main content
GET
cURL

Authorizations

x-api-key
string
header
required

Pass your Exa API key in the x-api-key header. You can also authenticate with Authorization: Bearer .

Query Parameters

cursor
string

The cursor to paginate through the results

Minimum string length: 1
limit
integer
default:25

The number of results to return

Required range: 1 <= x <= 200
types
enum<string>[]

The types of events to filter by

Available options:
webset.created,
webset.deleted,
webset.paused,
webset.idle,
webset.search.created,
webset.search.canceled,
webset.search.completed,
webset.search.updated,
import.created,
import.completed,
webset.item.created,
webset.item.enriched,
monitor.created,
monitor.updated,
monitor.deleted,
monitor.run.created,
monitor.run.completed,
webset.export.created,
webset.export.completed
createdBefore
string<date-time>

Filter events created before or at this timestamp (inclusive). Must be a valid ISO 8601 datetime string. All times are in UTC.

createdAfter
string<date-time>

Filter events created after or at this timestamp (inclusive). Must be a valid ISO 8601 datetime string. All times are in UTC.

Response

200 - application/json

List of events

data
(WebsetCreatedEvent · object | WebsetDeletedEvent · object | WebsetIdleEvent · object | WebsetPausedEvent · object | WebsetItemCreatedEvent · object | WebsetItemEnrichedEvent · object | WebsetSearchCreatedEvent · object | WebsetSearchUpdatedEvent · object | WebsetSearchCanceledEvent · object | WebsetSearchCompletedEvent · object | ImportCreatedEvent · object | ImportCompletedEvent · object | MonitorCreatedEvent · object | MonitorUpdatedEvent · object | MonitorDeletedEvent · object | MonitorRunCreatedEvent · object | MonitorRunCompletedEvent · object)[]
required

The list of events

hasMore
boolean
required

Whether there are more results to paginate through

nextCursor
string | null
required

The cursor to paginate through the next set of results