Skip to main content
GET
/
v0
/
websets
/
{webset}
/
items
/
{id}
cURL
curl --request GET \
  --url https://api.exa.ai/websets/v0/websets/{webset}/items/{id} \
  --header 'x-api-key: <api-key>'
{
  "id": "<string>",
  "object": "webset_item",
  "sourceId": "<string>",
  "websetId": "<string>",
  "properties": {
    "type": "person",
    "url": "<string>",
    "description": "<string>",
    "person": {
      "name": "<string>",
      "location": "<string>",
      "position": "<string>",
      "company": {
        "name": "<string>",
        "location": "<string>"
      },
      "pictureUrl": "<string>"
    }
  },
  "evaluations": [
    {
      "criterion": "<string>",
      "reasoning": "<string>",
      "references": []
    }
  ],
  "enrichments": [
    {
      "object": "enrichment_result",
      "result": [
        "<string>"
      ],
      "reasoning": "<string>",
      "references": [
        {
          "title": "<string>",
          "snippet": "<string>",
          "url": "<string>"
        }
      ],
      "enrichmentId": "<string>"
    }
  ],
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "sourceEntityId": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://exa.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

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 .

Path Parameters

webset
string
required

The id or externalId of the Webset

id
string
required

The id of the Webset item

Response

200 - application/json

Webset Item

id
string
required

The unique identifier for the Webset Item

object
string
default:webset_item
required
Allowed value: "webset_item"
source
enum<string>
required

The source of the Item

Available options:
search,
import
sourceId
string
required

The unique identifier for the source

websetId
string
required

The unique identifier for the Webset this Item belongs to.

properties
Person · object
required

The properties of the Item

evaluations
object[]
required

The criteria evaluations of the item

enrichments
object[] | null
required

The enrichments results of the Webset item

createdAt
string<date-time>
required

The date and time the item was created

updatedAt
string<date-time>
required

The date and time the item was last updated

sourceEntityId
string

The original identifier used to resolve this item (e.g., email, name, or URL). Only relevant when the source is import.