GET
/
crm
/
scenario
/
{scenarioId}
/
conversation

Authorizations

Authorization
string
headerrequired

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

Path Parameters

scenarioId
string
required

The ID of the CRM scenario.

Query Parameters

stepId
string

The ID of a specific step to filter conversations.

page
integer
default: 0

The page number for pagination.

limit
integer

The number of items per page for pagination.

isCount
boolean
default: false

If true, returns conversation counts instead of the conversation list.

showInactiveConversations
boolean
default: false

If true, includes conversations that are not marked as available.

Response

200 - application/json
id
string

The unique identifier for the CRM scenario conversation link.

scenarioId
string
conversationId
string
stepId
string
organizationId
string
createdAt
string
updatedAt
string
available
boolean

Indicates if the conversation is currently available/active in this scenario step.

conversation
object

Describes the conversation object as returned within the CrmScenarioConversation context.

step
object