GET
/
v0
/
imports
/
{id}
curl --request GET \
  --url https://api.exa.ai/websets/v0/imports/{id} \
  --header 'x-api-key: <api-key>'
{
  "id": "<string>",
  "object": "import",
  "status": "pending",
  "format": "csv",
  "entity": {
    "type": "company"
  },
  "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"
}

Authorizations

x-api-key
string
header
required

Your Exa API key

Path Parameters

id
string
required

The id of the Import

Response

200 - application/json

Import details

The response is of type object.