CRM Conversation Logs
List CRM Conversation Logs
Retrieves a list of CRM conversation logs, with optional filtering and pagination.
GET
/
crm
/
conversationLog
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
conversationId
string
Filter logs by a specific Conversation ID.
scenarioId
string
Filter logs by a specific CRM Scenario ID.
stepId
string
Filter logs by a specific CRM Step ID.
status
enum<string>
Filter logs by status.
Available options:
inactive
, active
, error
page
integer
default: 1Page number for pagination.
limit
integer
default: 10Number of logs per page.
Response
200 - application/json
data
object[]
pagination
object
Was this page helpful?