Get Paginated Search Results
GET /v1/search
Retrieve additional pages from a previous search. This endpoint enables
navigation through large result sets while maintaining search context and result relevance. Retrieving paginated results requires a valid request_id
from a previously completed search.
Authorizations
Parameters
Query Parameters
Client-provided search session identifier from the initial search
Requested page number
Results per page
Responses
200
Requested page of results with updated pagination information
object
Matched results with metadata
object
Unique identifier for this text segment
chunk_123abc
The actual content of the result
This is a sample text chunk
Source document information in JSON format
{"bucket": "my-bucket", "path": "doc.pdf", "type": "application/pdf"}
Parent document identifier
doc_456def
Relevance score (0.0 to 1.0)
0.95
Content MIME type
text/plain
object
Total number of available results
100
Current page number (1-based)
1
Results per page
10
Total available pages
10
Indicates more results available
true
400
Invalid request parameters
object
Error code
INVALID_ARGUMENT
Error message
Missing required parameter: input