cURL
Search
Get Search Results Page
Paginate through results from a previous search. Use the search_id returned by POST /v1/search to fetch additional pages.
Search sessions expire after 1 hour. After expiry, a new search must be run.
Pricing: 0 credits (included with initial search)
GET
cURL
Authorizations
Path Parameters
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
Maximum results to return
Required range:
1 <= x <= 100Example:
25
Pagination cursor for next page
Response
Successful response
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 number of results across all pages
Required range:
-9007199254740991 <= x <= 9007199254740991Example:
87
Whether more results are available
Example:
true
Cursor for the next page
Example:
"eyJvZmZzZXQiOjI1fQ=="