Skip to main content
GET
Get Pearl Settings

Authorizations

Authorization
string
header
required

Specify the authorization token.

For more information, check out the Authorization Guide.

Path Parameters

pearlId
string
required

The unique identifier of the Pearl.

Response

The settings for the specified Pearl: a Simple Pearl, a voice Pearl, or a text Pearl configuration depending on the Pearl.

Settings of a Simple Pearl (AgentType = Voice): configuration driven by an opening sentence and a flow script.

name
string | null

The name of the Pearl.

type
integer<int32>

Defines the type of activity of the pearl.

1 - Inbound

2 - Outbound

agentType
integer<int32>

1 - Voice

2 - Text

variables
object[] | null

Variables defined for the Pearl and used by the agent during conversations. For details on variable groups and how to use variables in supported fields, see: Flow Variables

pearl
object | null

Conversation flow and agent behavior configuration for the Pearl. A Simple Pearl returns its opening-sentence-and-script configuration; a Pearl returns its node graph.

inbound
object | null

Inbound settings for the Pearl. Present only when the Pearl type is inbound (voice or text variant, according to AgentType).

outbound
object | null

Outbound settings for the Pearl. Present only when the Pearl type is outbound (voice or text variant, according to AgentType).