Assistants
Retrieve run step
Retrieves a run step.
get/threads/{thread_id}/runs/{run_id}/steps/{step_id}
Path parameters
thread_idstring required
The ID of the thread to which the run and run step belongs.
run_idstring required
The ID of the run to which the run step belongs.
step_idstring required
The ID of the run step to retrieve.
Query parameters
include[]string[]
A list of additional fields to include in the response. Currently the only supported value is step_details.tool_calls[*].file_search.results[*].content to fetch the file search result content.
See the file search tool documentation for more information.
Response
OK