v1

latestOpenAPI 3.0.1Vanta Terms of Service2026-07-26327517821.8 KB
Integrations

List resources

Lists resources for a specific integration and resource type (kind) such as S3Bucket or CloudwatchLogGroup.

get/integrations/{integrationId}/resource-kinds/{resourceKind}/resources

Path parameters

integrationIdstring required

Unique identifier of the integration.

resourceKindstring required

Unique identifier of the integration resource type.

Query parameters

connectionIdstring

Unique identifier of the integration connection.

hasDescriptionboolean

Filter resources that have a description. If omitted, this will return resources both with and without a description.

hasOwnerboolean

Filter resources that have an owner. If omitted, this will return resources both with and without an owner.

isInScopeboolean

Filter resources that are in scope. If omitted, this will return resources both in and out of scope.

pageSizeinteger

Controls the maximum number of items returned in one response from the API.

pageCursorstring

A marker or pointer, telling the API where to start fetching items for the subsequent page in a paginated dataset. Note that the requested page will not include the item that corresponds to this cursor but will start from the one immediately after this cursor.

Response

Ok