CRM Scenarios
List CRM Scenarios
Retrieves a list of CRM scenarios, optionally filtered by agentId.
GET
/
crm
/
scenario
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
agentId
string
Filter scenarios by a specific Agent ID.
Response
200 - application/json
id
string
The unique identifier for the CRM scenario.
name
string
The name of the CRM scenario.
description
string | null
A description for the CRM scenario.
organizationId
string
The ID of the organization this scenario belongs to.
createdAt
string
Timestamp of when the scenario was created.
updatedAt
string
Timestamp of when the scenario was last updated.
Was this page helpful?