v66

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-04176310979.2 KB
permissions

List Permissions

Get all available permissions in the system.

get/api/v1/permissions/

Response

Successful Response

namestring required

Name of the permission group

descriptionstring required

Description of the permission group

Example response

[
  {
    "name": "Agents",
    "description": "View agents, create and edit agent configurations, and delete agents.",
    "permissions": [
      {
        "name": "agents_read",
        "display_name": "View",
        "description": "Fetch agent information"
      }
    ]
  }
]