Skip to main content
GET
Get a single chat, including its answer

Path Parameters

id
string
required

Transcription ID

chat_id
string
required

Chat ID

Response

200 - application/json

The requested chat with its prompt and answer

id
string
required

Chat ID

Example:

"123e4567-e89b-12d3-a456-426614174000"

transcription_id
string
required

ID of the transcription this chat runs against

Example:

"123e4567-e89b-12d3-a456-426614174000"

title
string
required

Label you gave the chat

Example:

"Action items"

created_at
string<date-time>
required

When the chat was created

Example:

"2024-01-15T10:30:00.000Z"

prompt
string | null

The prompt you sent

Example:

"List the action items decided in this meeting."

answer
string | null

The answer produced over the transcript

Example:

"1. Ship the API docs. 2. Review the pricing page."