List role bindings
List role bindings for the authenticated user’s account, filtered by
resource type. Results are paginated; use limit and cursor for
subsequent pages.
The resource_type query parameter is required and must be one of
SPACE or PROJECT. Results include only bindings for spaces where the
caller has the ROLE_BINDING_READ permission. If the caller has no
authorized spaces, the response contains an empty list. Use user_id to
narrow to a specific user.
Returns 404 if user_id is supplied and does not correspond to a
user in the account.
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 role bindings by user. When provided, only bindings assigned to this user are returned. Must be a valid global user ID.
A universally unique identifier (base64-encoded opaque string).
"RW50aXR5OjEyMzQ1"
Filter role bindings by resource type.
SPACE— Return only space-level bindings.PROJECT— Return only project-level bindings.
Resource type for the binding. Only SPACE and PROJECT are supported for
single-binding CRUD. resource_id must encode the same resource type.
SPACE, PROJECT