Technical Log
The technical log API handles showing the logs from one conversation inside bot simulator
Last updated
Was this helpful?
The technical log API handles showing the logs from one conversation inside bot simulator
Last updated
Was this helpful?
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/channel/{channelUUID}/logs/{sessionCode}
A valid organization UUID
A valid environment UUID
A valid bot UUID
A valid channel UUID
A valid session UUID
An optional status filter for the logs. Possible values are All, Info or Error. Default value is All.
An optional list of types to filter the logs. Possible values are All, Dynamic Answer, Code, Prompt Cell, Knowledge AI, Masking, Multilanguage, NLP, Rephrasing, Rest, Connector Cell, Rule, Transactional Answer, Webhook and Zero shot. Default value is All.
An optional direction filter for the logs. Possible values are ASC or DESC. Default value is DESC.
An optional LocalDatetime to filter logs that only saved after a specific time.
An optional user interaction UUID that returns logs only with this user interaction UUID.
It is an identifier provided by the API client that will be used to identify distributed logs.