retrieve_run_step | R Documentation |
Retrieves a run step.
retrieve_run_step(run_id, step_id, thread_id, return_response = F)
run_id |
(string) The ID of the run to which the run step belongs. Required |
step_id |
(string) The ID of the run step to retrieve. Required |
thread_id |
(string) The ID of the thread to which the run and run step belongs. Required |
return_response |
(boolean) Whether to return the API response or parse the contents of the response. Defaults to FALSE (parse the response). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.