CRM Conversation Logs
Get CRM Conversation Log by ID
Retrieves a specific CRM conversation log by its unique identifier.
GET
/
crm
/
conversationLog
/
{logId}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
logId
string
requiredThe ID of the CRM conversation log to retrieve.
Response
200 - application/json
id
string
The unique identifier for the CRM conversation log.
conversationId
string
scenarioId
string
stepId
string
status
enum<string>
Available options:
inactive
, active
, error
organizationId
string
createdAt
string
updatedAt
string
conversation
object
scenario
object
step
object
Was this page helpful?