Retrieves a run step.
Path parameters
The ID of the thread to which the run and run step belongs.
The ID of the run to which the run step belongs.
The ID of the run step to retrieve.
Query parameters
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
Changes
Changed in 1 of the 35 revisions of this API.3
- ○
added the new optional
queryrequest parameterinclude[]new-optional-request-parameter
- ○
added the optional property
step_details/oneOf[subschema #2: Tool calls]/tool_calls/items/oneOf[subschema #2: File search tool call]/file_search/ranking_optionsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
step_details/oneOf[subschema #2: Tool calls]/tool_calls/items/oneOf[subschema #2: File search tool call]/file_search/resultsto the response with the200statusresponse-optional-property-added
- ○