Skip to main content
POST
Resolve a ConversationBinding for a conversation

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

checkfu-version
enum<string>
required
Available options:
2026-08-24
idempotency-key
string
Maximum string length: 255

Body

application/json
external_installation_id
string
required
Pattern: ^exti_[0-9a-f]{32}$
agent_installation_id
string
required
Pattern: ^aini_[0-9a-f]{32}$
surface_scope_id
string
required
Pattern: ^surf_[0-9a-f]{32}$
conversation
object
required
principal
string
required
Pattern: ^prin_[0-9a-f]{32}$
projection_policy
object
session_id
any
agent
any
agent_deployment_revision_selection
any
mounts
any
acted_as
any
caused_by
any
harness
any
model_routing_profile_key
any
sandbox_profile_key
any

Response

Success

id
string
required
Pattern: ^conv_[0-9a-f]{32}$
workspace_id
string
required
Pattern: ^wrkspc_[0-9a-f]{32}$
external_installation_id
string
required
Pattern: ^exti_[0-9a-f]{32}$
surface_scope_id
string
required
Pattern: ^surf_[0-9a-f]{32}$
conversation
object
required
session_id
string
required
Pattern: ^sess_[0-9a-f]{32}$
state
enum<string>
required
Available options:
active,
replaced,
archived
replaced_by
string | null
required
Pattern: ^conv_[0-9a-f]{32}$
last_projected_message_id
string | null
required
Required string length: 1 - 512
reconciliation_cursor
string | null
required
Required string length: 1 - 512
created_at
string
required
updated_at
string
required
agent_installation_id
string
Pattern: ^aini_[0-9a-f]{32}$
projection_policy
object
last_projected_event_sequence
integer
Required range: x > 0