GET /v1/oauth/clients/authorized
GET /v1/oauth/clients/authorized
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ”Restrict to authorizations for the given user ids. Only meaningful for
callers holding ORGANIZATION_MANAGE; non-admins may pass only their
own id (or omit entirely). Cross-org ids return 403.
Case-insensitive substring search. Matches the client name for any caller; for admins also matches the authorizing user’s email, first name, or last name.
Restrict to authorizations whose live refresh-token rows include at
least one of the requested atomic scopes. Repeat the param to OR them:
?scope=risks:read&scope=incidents:read. Compound aliases (mcp,
mcp:full) are rejected — pass the expanded atomic scopes instead.
1-indexed page number. Defaults to 1; zero is rejected.
Rows per page. Defaults to 25, max 100; zero is rejected.
Sort column + direction in the shape “column, asc” or “column, desc”.
Valid columns: client_name, last_used, authorized_on,
authorized_by (admin-only). Defaults to last_used, desc.
Responses
Section titled “ Responses ”Paged list of authorized DCR applications
Paginated list envelope: { "results": [...], "pagination": {...} }.
object
Pagination metadata describing the slice.
object
1-indexed page number of this result slice.
Number of items requested per page.
Total number of matching items across all pages.
Total number of pages at this page size.
The items on this page.
View of a single DCR authorization for the Authorized Applications list.
authorized_by is populated only when the list is returned in org scope
(admin view) — in self-scope responses it’s always None and omitted
from the wire format.
object
Space-separated atomic scopes granted by the user’s most recent live consent for this client. Compound aliases are already expanded.
Current usability state for this authorization. expired means no
usable refresh token remains; explicitly revoked authorizations are not
returned by the list endpoint.
Bad request
Unauthorized
Forbidden