Skip to main content

integration

Get a single integration by its type identifier.

Returns the integration configuration for a specific type within your organization, or a NOT_FOUND error if no integration of that type has been configured.

integration(
organizationId: ID!
id: ID!
): Integration

Arguments

integration.organizationId ● ID! non-null scalar {#organization-id}

Your organization's unique identifier.

integration.id ● ID! non-null scalar {#id}

The integration type identifier (e.g., "aws-cost-and-usage-reports").

Type

Integration object

A configured integration connecting your organization to an external service.

Each organization can have at most one integration per type. The integration's id corresponds to the integration type (e.g., "aws-cost-and-usage-reports").