GET
/
v0
/
events
/
{id}
cURL
curl --request GET \
  --url https://api.exa.ai/websets/v0/events/{id} \
  --header 'x-api-key: <api-key>'
{
  "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": "<string>"
        },
        "criteria": [
          {
            "description": "<any>",
            "successRate": "<any>"
          }
        ],
        "count": 2,
        "behavior": "override",
        "exclude": [
          {
            "source": "<any>",
            "id": "<any>"
          }
        ],
        "scope": [
          {
            "source": "<any>",
            "id": "<any>",
            "relationship": "<any>"
          }
        ],
        "progress": {
          "found": 123,
          "analyzed": 123,
          "completion": 50,
          "timeLeft": 123
        },
        "recall": {
          "expected": {
            "total": "<any>",
            "confidence": "<any>",
            "bounds": "<any>"
          },
          "reasoning": "<string>"
        },
        "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": "<string>"
        },
        "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": [
          {
            "label": "<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": "<string>",
          "timezone": "<string>"
        },
        "behavior": {
          "type": "<string>",
          "config": {
            "query": "<any>",
            "criteria": "<any>",
            "entity": "<any>",
            "count": "<any>",
            "behavior": "<any>"
          }
        },
        "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"
      }
    ],
    "streams": [
      "<any>"
    ],
    "metadata": {},
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z"
  },
  "createdAt": "2023-11-07T05:31:56Z"
}

Authorizations

x-api-key
string
header
required

Your Exa API key

Path Parameters

id
string
required

The id of the event

Response

The response is of type object.