admin

List All Sessions

List all sessions across all orgs, joined to their parent interview.

Per-session cardinality variant of GET /v1/admin/interviews. Same filter knobs (status filters interview status; feedback/reflection semantics unchanged since reflection lives on the interview row but feedback lives on the session row). Ordering is by session start desc so the admin sees today's calls first, even when they're continuations of an older interview.

get/v1/admin/sessions

Query parameters

statusstring nullable
org_idstring nullable
limitinteger
feedbackstring nullable
reflection_severitystring nullable
reflection_tagstring nullable

Response

Successful Response

{"stackTrail":"paths:/v1/admin/sessions:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes