get https://{application_vanity_domain}/api/v1/auth-sessions/
Retrieves the specified auth session.
Required Permissions
Below is the list of required permissions needed to interact with this API. For each permission, the allowed permission boundaries are also specified.
| Permission | Boundary | Description |
|---|---|---|
| auth-session:read | Application | The subject can read any auth session under the application to which the subject belongs. |
| Tenant | The subject can read any auth session associated with the tenant to which the subject belongs. | |
| Tenant Inclusion List | The subject can read any auth session associated with tenants specified in the tenant inclusion list. | |
| Tenant Exclusion List | The subject can read any auth session associated with tenants that belong to the subject's application but are not included in the tenant exclusion list. | |
| Self | A user subject can read their own auth session. |