Chat Threads

get

Retrieves multiple chat threads.

Query parameters
chatIdstring · uuidRequired

A UUID v4 string that identifies an entity.

pageNumbernumber · min: 1Optional

The page number.

Default: 1
pageSizenumber · min: 1 · max: 100Optional

The page size.

Default: 10
Header parameters
authorizationstringRequired

The API key to use for authentication. Can be created in the api keys section on the workspace settings page.

Responses
200

Retrieves all chat threads for the specified chat.

application/json
createdAtstring · date-timeRequired
idstring · uuidRequired

A UUID v4 string that identifies an entity.

updatedAtstring · date-timeRequired
chatIdstring · uuidRequired

A UUID v4 string that identifies an entity.

chatMessageIdstring · uuidRequired

A UUID v4 string that identifies an entity.

get
/api/v1/chat-threads
post

Creates a new chat thread.

Header parameters
authorizationstringRequired

The API key to use for authentication. Can be created in the api keys section on the workspace settings page.

Body
chatIdstring · uuidRequired

A UUID v4 string that identifies an entity.

chatMessageIdstring · uuidRequired

A UUID v4 string that identifies an entity.

Responses
200

The chat thread was created.

application/json
createdAtstring · date-timeRequired
idstring · uuidRequired

A UUID v4 string that identifies an entity.

updatedAtstring · date-timeRequired
chatIdstring · uuidRequired

A UUID v4 string that identifies an entity.

chatMessageIdstring · uuidRequired

A UUID v4 string that identifies an entity.

post
/api/v1/chat-threads

Last updated