Threads
Create Threads
Create a thread.
API Reference - https://platform.openai.com/docs/api-reference/threads/createThread
POST/threads
Authorization
Response
Successful Response
Body
any
Request
Create Threads
Create a thread.
API Reference - https://platform.openai.com/docs/api-reference/threads/createThread
POST/v1/threads
Authorization
Response
Successful Response
Body
any
Request
Get Thread
Retrieves a thread.
API Reference - https://platform.openai.com/docs/api-reference/threads/getThread
GET/threads/{thread_id}
Authorization
Path parameters
thread_id*Thread Id
Response
Successful Response
Body
any
Request
Response
Get Thread
Retrieves a thread.
API Reference - https://platform.openai.com/docs/api-reference/threads/getThread
GET/v1/threads/{thread_id}
Authorization
Path parameters
thread_id*Thread Id
Response
Successful Response
Body
any
Request
Response