List roles
Roles
List roles
List custom and predefined roles for the authenticated user’s account.
Results are paginated; use limit and cursor for subsequent pages.
This endpoint is in beta, read more here.
GET
List roles
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
Required range:
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).