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)
Search ID returned from POST /v1/search
^([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)$"123e4567-e89b-12d3-a456-426614174000"
Maximum results to return
1 <= x <= 10025
Pagination cursor for next page
Successful response
Search ID. Use with GET /v1/search/{id} for free pagination.
^([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)$"123e4567-e89b-12d3-a456-426614174000"
Total number of results across all pages
-9007199254740991 <= x <= 900719925474099187
Whether more results are available
true
Cursor for the next page
"eyJvZmZzZXQiOjI1fQ=="