Skip to main content
GET
List integration grants for a fleet

Authorizations

Authorization
string
header
required

Obtain a token via the CLI auth flow (POST /v1/auth/sessions) or GitHub OAuth

Path Parameters

workspace_id
string
required

UUIDv7 of the workspace.

fleet_id
string
required

UUIDv7 of the fleet.

Response

OK

GET /v1/workspaces/{workspace_id}/fleets/{fleet_id}/integration-grants.

items
object[]
required

The fleet's grants, newest first.

total
integer
required

How many rows items carries.

Required range: x >= 0