Skip to main content
GET
Get Org Conversation

Authorizations

X-Access-Token
string
header
required

Headers

X-Org-Id
string | null

Path Parameters

org_id
string<uuid> | null
required
conversation_id
string
required

Response

Successful Response

Response model for a single conversation in an organization.

id
string
required
user_id
string
required
title
string | null
llm_model
string | null
agent_kind
string
default:openhands
user_email
string | null
created_at
string<date-time> | null
updated_at
string<date-time> | null
sandbox_id
string | null
sandbox_status
string | null
runtime_url
string | null
execution_status
string | null
selected_repository
string | null
selected_branch
string | null
git_provider
string | null
trigger
string | null
pr_number
integer[]
pr_merged
boolean | null
tags
Tags · object
accumulated_cost
number
default:0
prompt_tokens
integer
default:0
completion_tokens
integer
default:0
total_tokens
integer
default:0
cache_read_tokens
integer
default:0
cache_write_tokens
integer
default:0