Skip to main content
GET
List all Items for a Webset

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

Query Parameters

cursor
string

The cursor to paginate through the results

Minimum string length: 1
limit
integer
default:20

The number of results to return

Required range: 1 <= x <= 100
sourceId
string

The id of the source

Response

200 - application/json

Webset Items

data
object[]
required

The list of webset items

hasMore
boolean
required

Whether there are more Items to paginate through

nextCursor
string | null
required

The cursor to paginate through the next set of Items