Skip to main content
GET
Get conversation

Authorizations

Authorization
string
header
required

Use Authorization: Bearer

Path Parameters

project_id
string<uuid>
required

UUID of the project

conversation_id
string<uuid>
required

UUID of the conversation

Query Parameters

include_archived
enum<string>

Set to "true" to allow retrieving an archived conversation. Defaults to false.

Available options:
true,
false

Response

Successful response

id
string<uuid>
name
string
type
string
created_by
string<uuid>

ID of the user who created the conversation

chat_history
object[]
agent_settings
string<uuid>
agent_settings_name
string
created_at
string<date-time>
updated_at
string<date-time>
message_count
integer
tool_call_count
integer
tokens
object
tags
string[]
conversation_instructions
string | null
is_shared
boolean
default:false

Whether the conversation is shared with all workspace members

can_send_messages
boolean

Whether the current user can send messages to this conversation. For shared conversations, only the creator and admins can send messages.

is_archived
boolean
default:false

Whether the conversation has been soft-archived

archived_at
string<date-time> | null

Timestamp when the conversation was archived, null if not archived