Sessions
List the Qonic app sessions the authenticated user currently has running. Use a session's ID as the X-Client-Session-Id header to target a specific running app instance on viewer endpoints.
GET https://api.qonic.com/v1/sessions
List running Qonic app sessions
Returns the Qonic app sessions the authenticated user currently has running, ordered by most recent activity first. Each session corresponds to an instance of the Qonic app (e.g. a browser tab or desktop window) and carries the project and models currently opened in it. Use a session's id as the X-Client-Session-Id header to target a specific session on endpoints that interact with a running Qonic app.
Response fields
-
- Name
-
sessions - Type
- array<object>
- Required
- Optional
- Description
Error responses
-
- Name
-
401 - Type
- error
- Description
- Authentication required. Provide a valid Bearer token in the Authorization header.
-
- Name
-
403 - Type
- error
- Description
- Insufficient permissions for this operation