Assistants

Create Thread for Assistant

Create a new empty conversation thread under a specific assistant. Use the message endpoints to add messages to the thread.

post/assistants/{assistant_id}/threads

Path parameters

assistant_idstring uuid required

Headers

authorizationstring nullable
x_session_tokenstring nullable

Request body

ThreadCreateForAssistant required

Response

Successful Response

metadata_object nullable
thread_idstring uuid required
assistant_idstring uuid nullable
created_atstring date-time required
titlestring nullable
first_user_messagestring nullable
message_countinteger nullable
updated_atstring date-time nullable

Changes

No recorded changes to this endpoint across all 1 revision of this API.