Skip to main content
GET
Get a chat thread

Authorizations

X-API-Key
string
header
required

An API key created from a signed-in session. See Authentication.

Path Parameters

id
string<uuid>
required

Chat thread id

Response

The thread

id
string<uuid>
read-only

Unique identifier

title
string | null

Chat title, generated from the first message

recipe_id
string<uuid> | null

Recipe this chat was started against

created_at
string<date-time>
read-only

ISO 8601 timestamp

updated_at
string<date-time>
read-only

ISO 8601 timestamp

messages
object[]

The thread's messages, oldest first

context
object[]

Recipes and sessions attached to the thread