Roles & Permissions

List Permissions

Gets a list of valid permissions that can be assigned to users or API credentials.

HiddenLayer permissions follow a resource:action format, where:

  • The resource name uses kebab-case (e.g., model-version)
  • The action specifies what can be done with the resource (e.g., read, write)
  • Resource and action are separated by a colon (:)

Hypothetical Example: model-version:read would grant permission to read model versions.

get/api/v2/permissions

Response

A response containing a list of permissions

Changes