Queries
serviceAuthorizations
List all completed service authorizations for the workspace. Only authorizations with status CONNECTED or REINSTALL_REQUIRED are returned; pending authorizations are excluded.
Optionally filter by serviceIntegrationKey. Supports cursor-based pagination. Requires the serviceAuthorization:read permission.
QUERY
serviceAuthorizations(first: Int, after: String, last: Int, before: String, filters: ServiceAuthorizationsFilter): ServiceAuthorizationConnection!Arguments
first
Int
after
String
last
Int
before
String
filters
Returns
edges
pageInfo
Query
Response
Query
Response

