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