Skip to main content
GET
List authorization permission groups

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

scopeType
enum<string>

Filter the returned permissions based on the scope they apply to. Note that currently, the only available permissions are in the DEPLOYMENT and DAG scopes.

Available options:
DEPLOYMENT,
WORKSPACE,
ORGANIZATION,
DAG

Response

OK

description
string
required

The permission group's description.

Example:

"Astro notification channel defines where alert messages can be sent. For example, alert messages issued via email or slack."

name
string
required

The permission group's name.

Example:

"workspace.notificationChannels"

permissions
object[]
required

The permission group's permissions.

scope
string
required

The permission group's scope.

Example:

"Workspace NotificationChannels"