ChatGPT · Schema
ResponseObject
AgentsAIChatGPTEmbeddingsFine-TuningGPT-4GPT-5Language ModelOpenAIRealtime
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique identifier for the response. |
| object | string | The object type, always response. |
| created_at | integer | Unix timestamp (in seconds) of when the response was created. |
| model | string | The model used to generate the response. |
| status | string | The status of the response generation. One of completed, failed, in_progress, or incomplete. |
| output | array | An array of content items generated by the model. Can include messages, function calls, web search calls, file search calls, computer actions, and reasoning items. |
| error | object | An error object if the response generation failed. |
| incomplete_details | object | Details about why the response is incomplete. |
| instructions | string | The instructions provided for the response. |
| metadata | object | Metadata attached to the response. |
| temperature | number | The sampling temperature used. |
| top_p | number | The nucleus sampling value used. |
| max_output_tokens | integer | The maximum output tokens setting. |
| previous_response_id | string | The ID of the previous response in the conversation. |
| reasoning | object | The reasoning configuration used. |
| text | object | The text format configuration used. |
| tools | array | The tools available during response generation. |
| tool_choice | string | The tool choice setting used. |
| truncation | string | The truncation strategy used. |
| user | string | The end-user identifier. |
| service_tier | string | The service tier used. |