Create run

POST {{baseUrl}}/threads/:thread_id/runs

Request Body

{"assistant_id"=>"asst_ZfZRQscQklTzBr8s3MpKFc6L", "instructions"=>"Please address the user as Jane Doe. The user has a premium account."}

HEADERS

KeyDatatypeRequiredDescription
OpenAI-Betastring

RESPONSES

status: OK

{"id":"run_okeAh3uopBmbJnaFBAFw2RAo","object":"thread.run","created_at":1725138797,"assistant_id":"asst_ZfZRQscQklTzBr8s3MpKFc6L","thread_id":"thread_GhPush0FIM9pRAMxysmX3zEM","status":"queued","started_at":null,"expires_at":1725139397,"cancelled_at":null,"failed_at":null,"completed_at":null,"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":{},"temperature":1,"top_p":1,"max_completion_tokens":null,"max_prompt_tokens":null,"truncation_strategy":{"type":"auto","last_messages":null},"incomplete_details":null,"usage":null,"response_format":"auto","tool_choice":"auto","parallel_tool_calls":true}