Skip to main content
GET
Get a conversation target config

Authorizations

x-api-key
string
header
required

Path Parameters

target_kind
string
required
target_name
string
required

Response

Success.

data
TargetConversationConfig · object
required

Per-target configuration for the conversation bridge, keyed by (target_kind, target_name) — the agent or tool an inbound turn is routed to.

multichannel opts the target into person linking; greeting_template is the first-contact greeting, which may reference at most the {pairing_code} placeholder (minted at greeting time). The row carries no server-derived fields, so it IS its own create payload — no Create/stored split. An unknown {...} placeholder is refused so a typo cannot render literally; a blank template string is refused, because None is the explicit spelling for "no greeting". Frozen.