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. All bindings in the account are visible to any
authenticated account member. Use user_id to narrow to a specific
user.
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
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