admin

Get the interaction session containing an audit log entry

Thread entries carry the request/response bodies the transcript is built from; attempts, request revisions, and response headers are omitted; redacted request headers are retained so the dashboard can continue the same session.

get/admin/audit/conversation

Query parameters

log_idstring required

Anchor audit log entry ID

limitinteger

Max entries in thread (default 40, max 200)

Response

OK

anchor_idstring
truncatedboolean

Truncated reports that the thread walk stopped early because the caller's deadline expired; the entries collected up to that point are returned rather than failing the whole request.

Changes