Module thread_runs_api

Module thread_runs_api 

Source

Enums§

CancelRunHttpThreadsThreadIdRunsRunIdCancelPostError
struct for typed errors of method cancel_run_http_threads_thread_id_runs_run_id_cancel_post
CancelRunsPostError
struct for typed errors of method cancel_runs_post
CreateRunThreadsThreadIdRunsPostError
struct for typed errors of method create_run_threads_thread_id_runs_post
DeleteRunThreadsThreadIdRunsRunIdDeleteError
struct for typed errors of method delete_run_threads_thread_id_runs_run_id_delete
GetRunHttpThreadsThreadIdRunsRunIdGetError
struct for typed errors of method get_run_http_threads_thread_id_runs_run_id_get
JoinRunHttpThreadsThreadIdRunsRunIdJoinGetError
struct for typed errors of method join_run_http_threads_thread_id_runs_run_id_join_get
ListRunsHttpThreadsThreadIdRunsGetError
struct for typed errors of method list_runs_http_threads_thread_id_runs_get
StreamRunHttpThreadsThreadIdRunsRunIdJoinGetError
struct for typed errors of method stream_run_http_threads_thread_id_runs_run_id_join_get
StreamRunThreadsThreadIdRunsStreamPostError
struct for typed errors of method stream_run_threads_thread_id_runs_stream_post
WaitRunThreadsThreadIdRunsWaitPostError
struct for typed errors of method wait_run_threads_thread_id_runs_wait_post

Functions§

cancel_run_http_threads_thread_id_runs_run_id_cancel_post
cancel_run_http_threads_thread_id_runs_run_id_cancel_post_request_builder
cancel_runs_post
cancel_runs_post_request_builder
Cancel one or more runs. Can cancel runs by thread ID and run IDs, or by status filter.
create_run_threads_thread_id_runs_post
create_run_threads_thread_id_runs_post_request_builder
Create a run in existing thread, return the run ID immediately. Don’t wait for the final run output.
delete_run_threads_thread_id_runs_run_id_delete
delete_run_threads_thread_id_runs_run_id_delete_request_builder
Delete a run by ID.
get_run_http_threads_thread_id_runs_run_id_get
get_run_http_threads_thread_id_runs_run_id_get_request_builder
Get a run by ID.
join_run_http_threads_thread_id_runs_run_id_join_get
join_run_http_threads_thread_id_runs_run_id_join_get_request_builder
Wait for a run to finish.
list_runs_http_threads_thread_id_runs_get
list_runs_http_threads_thread_id_runs_get_request_builder
List runs for a thread.
stream_run_http_threads_thread_id_runs_run_id_join_get
stream_run_http_threads_thread_id_runs_run_id_join_get_request_builder
Join a run stream. This endpoint streams output in real-time from a run similar to the /threads/THREAD_ID/runs/stream endpoint. If the run has been created with stream_resumable=true, the stream can be resumed from the last seen event ID.
stream_run_threads_thread_id_runs_stream_post
stream_run_threads_thread_id_runs_stream_post_request_builder
Create a run in existing thread. Stream the output.
wait_run_threads_thread_id_runs_wait_post
wait_run_threads_thread_id_runs_wait_post_request_builder
Create a run in existing thread. Wait for the final output and then return it.