Skip to main content
GET
List resource restrictions the caller is permitted to manage.

Authorizations

Authorization
string
header
required

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

resource_type
enum<string>

Filter the results to a specific resource type. When omitted, restrictions of all supported types are returned.

  • PROJECT — Return only restricted projects.
  • DASHBOARD — Return only restricted dashboards.

Type of the restricted resource.

  • PROJECT - A project within a space.
  • DASHBOARD - A dashboard within a space.
Available options:
PROJECT,
DASHBOARD
Example:

"PROJECT"

limit
integer
default:50

Maximum items to return. Defaults to 50 if omitted; maximum is 100.

Required range: 1 <= x <= 100
cursor
string

Opaque pagination cursor returned from a previous response (pagination.next_cursor). Treat it as an unreadable token; do not attempt to parse or construct it.

Response

A list of resource restriction records.

resource_restrictions
object[]
required

A list of resource restriction records.

pagination
object
required

Pagination metadata for cursor-based navigation.