Modify run
POST {{baseUrl}}/threads/:thread_id/runs/:run_id
Request Body
{"metadata"=>{"user_id"=>"user_abc123"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
OpenAI-Beta | string |
RESPONSES
status: OK
{"id":"run_okeAh3uopBmbJnaFBAFw2RAo","object":"thread.run","created_at":1725138797,"assistant_id":"asst_ZfZRQscQklTzBr8s3MpKFc6L","thread_id":"thread_GhPush0FIM9pRAMxysmX3zEM","status":"completed","started_at":1725138798,"expires_at":null,"cancelled_at":null,"failed_at":null,"completed_at":1725138800,"required_action":null,"last_error":null,"model":"gpt-4o","instructions":"Please address the user as Jane Doe. The user has a premium account.","tools":[{"type":"code_interpreter"}],"tool_resources":{},"metadata":{"user_id":"user_abc123"},"temperature":1,"top_p":1,"max_completion_tokens":null,"max_prompt_tokens":null,"truncation_strategy":{"type":"auto","last_messages":null},"incomplete_details":null,"usage":{"prompt_tokens":151,"completion_tokens":165,"total_tokens":316},"response_format":"auto","tool_choice":"auto","parallel_tool_calls":true}