Retrieves a single indexed document by its unique identifier.

Behavior: Fetches a specific document from the search index by ID. Returns the full search result representation of the document including all indexed fields.

Authorization: Requires a valid Bearer token.

Side Effects: None.

Error Scenarios: Returns 404 if no document with the given ID exists in the index.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The unique identifier of the indexed document to retrieve.

Query Params
boolean
Defaults to false

When true, includes internal system fields in the result. Defaults to false.

Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json