Skip to main content
GET
cURL

Authorizations

X-API-Key
string
header
required

Path Parameters

id
string<uuid>
required

Search ID returned from POST /v1/search

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
Example:

"123e4567-e89b-12d3-a456-426614174000"

Query Parameters

limit
integer
default:25

Maximum results to return

Required range: 1 <= x <= 100
Example:

25

cursor
string

Pagination cursor for next page

Response

Successful response

data
object[]
required
search_id
string<uuid>
required

Search ID. Use with GET /v1/search/{id} for free pagination.

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
Example:

"123e4567-e89b-12d3-a456-426614174000"

total
integer
required

Total number of results across all pages

Required range: -9007199254740991 <= x <= 9007199254740991
Example:

87

has_more
boolean
required

Whether more results are available

Example:

true

next_cursor
string | null
required

Cursor for the next page

Example:

"eyJvZmZzZXQiOjI1fQ=="