List roles
List custom and predefined roles for the authenticated user’s account.
Results are paginated; use limit and cursor for subsequent pages.
Account admins, members, and other callers with ROLE_READ receive each
role’s full permission list. Callers without ROLE_READ are rejected with 403.
Authorizations
Most Arize AI endpoints require authentication. For those endpoints that require authentication, include your API key in the request header using the format
Query Parameters
Maximum items to return. Defaults to 50 if omitted; maximum is 100.
1 <= x <= 100Opaque pagination cursor returned from a previous response
(pagination.next_cursor). Treat it as an unreadable token; do not
attempt to parse or construct it.
Filter roles by predefined status.
true- Return only system-defined predefined roles.false- Return only custom (account-defined) roles.
When not specified, returns all roles (both predefined and custom).