List custom and predefined roles for the authenticated user’s account.
Results are paginated; use limit and cursor for subsequent pages.
Most Arize AI endpoints require authentication. For those endpoints that require authentication, include your API key in the request header using the format
Maximum items to return
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).