Run and Run Step API
API Schemas
Create a run
Python + OpenAI SDK Example:
Create a Thread and run it in one request
Python + OpenAI SDK Example:
Retrieve a list of Runs belonging to a specific Thread
Python + OpenAI SDK Example:
Retrieve information about a specific Run by its ID
Python + OpenAI SDK Example:
Modify a specific run by its ID
Python + OpenAI SDK Example:
Submit Tool outputs to a specific Run
Python + OpenAI SDK Example:
Cancel a specific Run by its ID
Python + OpenAI SDK Example:
Retrieve a list of Run Steps belonging to a specific Run
Python + OpenAI SDK Example:
Retrieve information about a specific Run Step by its ID
Python + OpenAI SDK Example:
Last updated
Was this helpful?