v22

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-01140308542.4 KB
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

'total_count'
OR
string[]

Response

Default Response