Skip to main content
GET
List Roles

Authorizations

Authorization
string
header
required

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

Path Parameters

organization_id
string<uuid> | null
required

Query Parameters

resource_id
string<uuid> | null
source_id
string<uuid> | null
integration_source_id
string<uuid> | null
data_source_id
string<uuid> | null
context_source_id
string<uuid> | null
job_id
string<uuid> | null

Response

Successful Response

name
string
required
Maximum string length: 255
id
string<uuid>
required
organization_id
string<uuid> | null
required
is_system
boolean
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
description
string | null
permissions
RolePermissionResponse · object[]