Read what a support session looked at
Every request the session made, newest first, refusals included. Read from your own audit log rather than from the session, so it outlives the session itself.
GET
Every request the session made, newest first. Requires the owner or administrator role.
This is read from your organisation’s audit log rather than from the session, so it outlives the session: a session that ended last week still answers here. Refused requests are included, so a session that tried something its role does not permit shows the attempt and the refusal, not silence.
Support sessions are read-only twice over — the role grants no write permission, and the transport refuses every method but
GET, HEAD and OPTIONS before a route is reached — so every entry here is a read.
string
required
The session’s id (UUID), as returned in
active[].id or history[].id on Read support
access.Response
object[]
required
The requests, newest first.
Last modified on September 26, 2026