Thread API
This page provides api schemas and descriptions for Threads API methods.
API Schemas
Create a Thread
post
Authorizations
AuthorizationstringRequired
Bearer key
Body
Responses
default
application/json
post
/threadsdefault
Python + OpenAI SDK Example:
Retrieve information about a specific Thread by its ID
get
Authorizations
AuthorizationstringRequired
Bearer key
Path parameters
threadIdstringRequired
Responses
default
application/json
get
/threads/{threadId}default
Python + OpenAI SDK Example:
Modify a specific Thread by its ID
post
Authorizations
AuthorizationstringRequired
Bearer key
Path parameters
threadIdstringRequired
Body
Responses
default
application/json
post
/threads/{threadId}default
Python + OpenAI SDK Example:
Delete a specific Thread by its ID
delete
Authorizations
AuthorizationstringRequired
Bearer key
Path parameters
threadIdstringRequired
Responses
default
application/json
delete
/threads/{threadId}default
Python + OpenAI SDK Example:
Last updated
Was this helpful?