curl --request GET \
--url https://api.exa.ai/websets/v0/events \
--header 'x-api-key: <api-key>'
{
"data": [
{
"id": "<string>",
"object": "event",
"type": "webset.created",
"data": {
"id": "<string>",
"object": "<string>",
"status": "idle",
"externalId": "<string>",
"title": "<string>",
"searches": [
{
"id": "<string>",
"object": "<string>",
"status": "created",
"websetId": "<string>",
"query": "<string>",
"entity": {
"type": "<any>"
},
"criteria": [
"<any>"
],
"count": 2,
"behavior": "override",
"exclude": [
"<any>"
],
"scope": [
"<any>"
],
"progress": {
"found": "<any>",
"analyzed": "<any>",
"completion": "<any>",
"timeLeft": "<any>"
},
"recall": {
"expected": "<any>",
"reasoning": "<any>"
},
"metadata": {},
"canceledAt": "2023-11-07T05:31:56Z",
"canceledReason": "webset_deleted",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"imports": [
{
"id": "<string>",
"object": "import",
"status": "pending",
"format": "csv",
"entity": {
"type": "<any>"
},
"title": "<string>",
"count": 123,
"metadata": {},
"failedReason": "invalid_format",
"failedAt": "2023-11-07T05:31:56Z",
"failedMessage": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"enrichments": [
{
"id": "<string>",
"object": "<string>",
"status": "pending",
"websetId": "<string>",
"title": "<string>",
"description": "<string>",
"format": "text",
"options": [
"<any>"
],
"instructions": "<string>",
"metadata": {},
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"monitors": [
{
"id": "<string>",
"object": "monitor",
"status": "enabled",
"websetId": "<string>",
"cadence": {
"cron": "<any>",
"timezone": "<any>"
},
"behavior": {
"type": "<any>",
"config": "<any>"
},
"lastRun": {
"id": "<any>",
"object": "<any>",
"status": "<any>",
"monitorId": "<any>",
"type": "<any>",
"completedAt": "<any>",
"failedAt": "<any>",
"failedReason": "<any>",
"canceledAt": "<any>",
"createdAt": "<any>",
"updatedAt": "<any>"
},
"nextRunAt": "2023-11-07T05:31:56Z",
"metadata": {},
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"streams": [
"<any>"
],
"metadata": {},
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
},
"createdAt": "2023-11-07T05:31:56Z"
}
],
"hasMore": true,
"nextCursor": "<string>"
}
List all events that have occurred in the system.
You can paginate through the results using the cursor
parameter.
curl --request GET \
--url https://api.exa.ai/websets/v0/events \
--header 'x-api-key: <api-key>'
{
"data": [
{
"id": "<string>",
"object": "event",
"type": "webset.created",
"data": {
"id": "<string>",
"object": "<string>",
"status": "idle",
"externalId": "<string>",
"title": "<string>",
"searches": [
{
"id": "<string>",
"object": "<string>",
"status": "created",
"websetId": "<string>",
"query": "<string>",
"entity": {
"type": "<any>"
},
"criteria": [
"<any>"
],
"count": 2,
"behavior": "override",
"exclude": [
"<any>"
],
"scope": [
"<any>"
],
"progress": {
"found": "<any>",
"analyzed": "<any>",
"completion": "<any>",
"timeLeft": "<any>"
},
"recall": {
"expected": "<any>",
"reasoning": "<any>"
},
"metadata": {},
"canceledAt": "2023-11-07T05:31:56Z",
"canceledReason": "webset_deleted",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"imports": [
{
"id": "<string>",
"object": "import",
"status": "pending",
"format": "csv",
"entity": {
"type": "<any>"
},
"title": "<string>",
"count": 123,
"metadata": {},
"failedReason": "invalid_format",
"failedAt": "2023-11-07T05:31:56Z",
"failedMessage": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"enrichments": [
{
"id": "<string>",
"object": "<string>",
"status": "pending",
"websetId": "<string>",
"title": "<string>",
"description": "<string>",
"format": "text",
"options": [
"<any>"
],
"instructions": "<string>",
"metadata": {},
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"monitors": [
{
"id": "<string>",
"object": "monitor",
"status": "enabled",
"websetId": "<string>",
"cadence": {
"cron": "<any>",
"timezone": "<any>"
},
"behavior": {
"type": "<any>",
"config": "<any>"
},
"lastRun": {
"id": "<any>",
"object": "<any>",
"status": "<any>",
"monitorId": "<any>",
"type": "<any>",
"completedAt": "<any>",
"failedAt": "<any>",
"failedReason": "<any>",
"canceledAt": "<any>",
"createdAt": "<any>",
"updatedAt": "<any>"
},
"nextRunAt": "2023-11-07T05:31:56Z",
"metadata": {},
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"streams": [
"<any>"
],
"metadata": {},
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
},
"createdAt": "2023-11-07T05:31:56Z"
}
],
"hasMore": true,
"nextCursor": "<string>"
}
Your Exa API key
The cursor to paginate through the results
1
The number of results to return
1 <= x <= 200
The types of events to filter by
Show child attributes
Filter events created before or at this timestamp (inclusive). Must be a valid ISO 8601 datetime string. All times are in UTC.
Filter events created after or at this timestamp (inclusive). Must be a valid ISO 8601 datetime string. All times are in UTC.
List of events
The response is of type object
.