Skip to main content
GET
Get conversation

Authorizations

Authorization
string
header
required

Can be either an Organization API Key or Personal Access Token (PAT).

Include in the Authorization header as: Bearer YOUR_TOKEN

Path Parameters

conversationId
string<uuid>
required

The unique identifier of the conversation

Response

Conversation retrieved successfully

id
string<uuid>
required

The unique identifier for this conversation.

Example:

"660e8400-e29b-41d4-a716-446655440001"

userId
string<uuid>
required

The user ID who created this conversation.

Example:

"990e8400-e29b-41d4-a716-446655440004"

organizationId
string<uuid>
required

The organization that owns this conversation.

Example:

"880e8400-e29b-41d4-a716-446655440003"

createdAt
string<date-time>
required

When the conversation was created.

Example:

"2025-01-15T10:00:00.000Z"

updatedAt
string<date-time>
required

When the conversation was last modified.

Example:

"2025-01-15T10:01:30.000Z"

messages
object[]
required

Ordered list of messages in the conversation, alternating between user and assistant turns.