v1

latestOpenAPI 3.1.0MIT2026-07-132429592.7 MB
Conversations

Create items in a conversation with the given ID.

post/conversations/{conversation_id}/items

Path parameters

conversation_idstring required
Example:conv_123

The ID of the conversation to add the item to.

Query parameters

includeIncludeEnum[]

Additional fields to include in the response. See the include parameter for listing Conversation items above for more information.

Request body

Response

OK

object'list' required

The type of object returned, must be list.

has_moreboolean required

Whether there are more items available.

first_idstring required

The ID of the first item in the list.

last_idstring required

The ID of the last item in the list.