[
{
"id": "text",
"assistant_id": "text",
"cancelled_at": 0,
"completed_at": 0,
"created_at": 0,
"expires_at": 0,
"failed_at": 0,
"incomplete_details": {
"reason": "max_completion_tokens"
},
"instructions": "text",
"last_error": {
"code": "server_error",
"message": "text"
},
"max_completion_tokens": 0,
"max_prompt_tokens": 0,
"model": "text",
"object": "thread.run",
"parallel_tool_calls": false,
"required_action": {
"submit_tool_outputs": {
"tool_calls": []
},
"type": "submit_tool_outputs"
},
"started_at": 0,
"status": "queued",
"thread_id": "text",
"tools": [],
"truncation_strategy": {
"type": "auto",
"last_messages": 0
},
"usage": {
"completion_tokens": 0,
"prompt_tokens": 0,
"total_tokens": 0
},
"temperature": 0,
"top_p": 0
}
]