GET
/
crm
/
conversationLog

Authorizations

Authorization
string
headerrequired

Bearer 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: 1

Page number for pagination.

limit
integer
default: 10

Number of logs per page.

Response

200 - application/json
data
object[]
pagination
object