Sessions
List aggregated session resource access
Returns aggregated access records per session-resource pair. By default (rollup_children=true), includes access from descendant sessions. Set rollup_children=false to return only direct session access. At least one of user_id, session_id, or resource_id must be provided.
get/zones/{zoneId}/session-resource-access
Path parameters
zoneIdstring required
Zone ID
Query parameters
user_idstring
Filter by user ID
session_idstring
Filter by session ID
resource_idstring
Filter by resource ID
rollup_childrenboolean
Include resource access from descendant sessions. When true (default), aggregates access from the session and all its descendants. When false, returns only direct access for the session.
afterstring
Cursor for forward pagination
beforestring
Cursor for backward pagination
limitinteger
Maximum number of items to return
Response
Default Response