Retrieve response
Retrieves a previously created response by its ID.
Retrieves a previously created response by its ID. The response must have been created withDocumentation Index
Fetch the complete documentation index at: https://docs.orq.ai/llms.txt
Use this file to discover all available pages before exploring further.
store: true (the default).
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the response to retrieve
Response
Response retrieved successfully.
Array of input items (messages, function call outputs, etc.)
Developer-defined key-value pairs attached to the response (OpenAI spec: Map<string, string>).
Always "response"
Array of output items (messages, function calls, reasoning, etc.)
auto, default, flex, priority queued, in_progress, completed, failed, incomplete, requires_action Text output configuration including format and verbosity
Tool choice setting: "auto", "none", "required", or a specific function
Array of tool configurations used in this response
disabled, auto