{
"id": "string",
"object": "response",
"created_at": 0,
"status": "completed",
"completed_at": 0,
"error": {},
"incomplete_details": {},
"instructions": "string",
"max_output_tokens": 0,
"model": "string",
"output": [
{
"type": "string",
"id": "string",
"status": "string",
"role": "string",
"content": [
{
"type": "string",
"text": "string",
"annotations": [
{}
]
}
]
}
],
"parallel_tool_calls": true,
"previous_response_id": "string",
"reasoning": {
"effort": "string",
"summary": "string"
},
"store": true,
"temperature": 0,
"text": {
"format": {
"type": "string"
}
},
"tool_choice": "string",
"tools": [
{}
],
"top_p": 0,
"truncation": "string",
"usage": {
"input_tokens": 0,
"input_tokens_details": {
"cached_tokens": 0
},
"output_tokens": 0,
"output_tokens_details": {
"reasoning_tokens": 0
},
"total_tokens": 0
},
"metadata": {
"property1": "string",
"property2": "string"
}
}