curl --request GET \
--url https://api.exa.ai/websets/v0/websets/{webset}/items \
--header 'x-api-key: <api-key>'{
"data": [
{
"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>",
"company": {
"name": "<string>",
"location": "<string>"
},
"pictureUrl": "<string>"
}
},
"evaluations": [
{
"criterion": "<string>",
"reasoning": "<string>",
"satisfied": "yes",
"references": []
}
],
"enrichments": [
{
"object": "enrichment_result",
"status": "pending",
"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"
}
],
"hasMore": true,
"nextCursor": "<string>"
}Returns a list of Webset Items.
You can paginate through the Items using the cursor parameter.
curl --request GET \
--url https://api.exa.ai/websets/v0/websets/{webset}/items \
--header 'x-api-key: <api-key>'{
"data": [
{
"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>",
"company": {
"name": "<string>",
"location": "<string>"
},
"pictureUrl": "<string>"
}
},
"evaluations": [
{
"criterion": "<string>",
"reasoning": "<string>",
"satisfied": "yes",
"references": []
}
],
"enrichments": [
{
"object": "enrichment_result",
"status": "pending",
"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"
}
],
"hasMore": true,
"nextCursor": "<string>"
}Your Exa API key
The id or externalId of the Webset
The cursor to paginate through the results
1The number of results to return
1 <= x <= 100The id of the source
Webset Items
The list of webset items
Show child attributes
The unique identifier for the Webset Item
"webset_item"The source of the Item
search, import The unique identifier for the source
The unique identifier for the Webset this Item belongs to.
The properties of the Item
Show child attributes
"person"The URL of the person profile
Short description of the relevance of the person
Show child attributes
The name of the person
The location of the person
The current work position of the person
The image URL of the person
The criteria evaluations of the item
Show child attributes
The description of the criterion
The reasoning for the result of the evaluation
The satisfaction of the criterion
yes, no, unclear The references used to generate the result.
The enrichments results of the Webset item
Show child attributes
"enrichment_result"The status of the enrichment result.
pending, completed, canceled text, date, number, options, email, phone, url The result of the enrichment.
The reasoning for the result when an Agent is used.
The references used to generate the result.
The id of the Enrichment that generated the result
The date and time the item was created
The date and time the item was last updated
Whether there are more Items to paginate through
The cursor to paginate through the next set of Items