Ask a question to get started
Enter to send•Shift+Enter new line
get( self, thread_id: str, run_id: str, *, headers: Mapping[str
thread_id
str
The thread ID to get.
run_id
The run ID to get.
headers
Mapping[str, str] | None
None
Get a run.
run = client.runs.get( thread_id="thread_id_to_delete", run_id="run_id_to_delete", )
Optional custom headers to include with the request.