GET
/
v0
/
websets
/
{webset}
/
items
/
{id}
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",
  "source": "search",
  "sourceId": "<string>",
  "websetId": "<string>",
  "properties": {
    "type": "person",
    "url": "<string>",
    "description": "<string>",
    "person": {
      "name": "<string>",
      "location": "<string>",
      "position": "<string>",
      "pictureUrl": "<string>"
    }
  },
  "evaluations": [
    {
      "criterion": "<string>",
      "reasoning": "<string>",
      "satisfied": "yes",
      "references": []
    }
  ],
  "enrichments": [
    {
      "object": "enrichment_result",
      "format": "text",
      "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"
}

Authorizations

x-api-key
string
header
required

Your Exa API key

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
sourceId
string
required

The unique identifier for the source

websetId
string
required

The unique identifier for the Webset this Item belongs to.

properties
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
required

The date and time the item was created

updatedAt
string
required

The date and time the item was last updated