Skip to main content
POST
Fetch search result content

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Search resource ID returned by POST /search.

Body

application/json
result_ids
string[]
required

Kernel-generated IDs from the referenced retained search, in desired response order. They are not provider-standard IDs. Mutually exclusive with limit.

Maximum array length: 100
content
object

Defaults to source:auto when omitted.

limit
integer
default:10

Maximum number of search results to fetch when result_ids is omitted, starting from rank 1. Mutually exclusive with result_ids.

Required range: 1 <= x <= 100
timeout_ms
integer
default:60000

Overall deadline across all selected results.

Required range: 1000 <= x <= 120000

Response

Bad Request – invalid input

code
string
required

Application-specific error code (machine-readable)

Example:

"bad_request"

message
string
required

Human-readable error description for debugging

Example:

"Missing required field: app_name"

details
object[]

Additional error details (for multiple errors)

inner_error
object