Get request details
GET /v1/requests/{request_id}
Get full details of a specific API request including path, method, status, latency, and request/response body summaries.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Example
req_a1b2c3d4e5Request ID
Responses
Section titled “ Responses ”Request details retrieved
object
object
Request ID (prefixed with req_)
Example
req_a1b2c3d4e5HTTP method
Example
POSTRequest path
Example
/api/v1/knowledge-bases/kb_x1y2z3/searchHTTP response status code
Example
200Request processing time in milliseconds
Example
342Authentication method used
Example
api_keyKnowledge base ID if the request was scoped to a KB
Example
kb_x1y2z3w4v5Summary of the request body (search query, top_k, etc.)
object
When the request was made
Example
2026-02-10T12:00:00.000ZAuthentication failed or missing
object
object
Machine-readable error code
Example
VALIDATION_ERRORHuman-readable error message
Example
Invalid request bodyAdditional error details (e.g., validation issues)
object
Example
{ "error": { "code": "AUTHENTICATION_ERROR", "message": "Invalid or missing API key" }}Resource not found
object
object
Machine-readable error code
Example
VALIDATION_ERRORHuman-readable error message
Example
Invalid request bodyAdditional error details (e.g., validation issues)
object
Example
{ "error": { "code": "NOT_FOUND", "message": "KnowledgeBase not found: kb_nonexistent" }}Rate limit exceeded
object
object
Machine-readable error code
Example
VALIDATION_ERRORHuman-readable error message
Example
Invalid request bodyAdditional error details (e.g., validation issues)
object
Example
{ "error": { "code": "RATE_LIMIT_EXCEEDED", "message": "Rate limit exceeded" }}