---
title: "Get details for resource kind"
method: GET
path: "/integrations/{integrationId}/resource-kinds/{resourceKind}"
tags: ["Integrations"]
---

# Get details for resource kind

`GET /integrations/{integrationId}/resource-kinds/{resourceKind}`

Gets details for a specific resource type (kind) such as S3Bucket or CloudwatchLogGroup.

## Path parameters

- `integrationId` string, required
- `resourceKind` string, required

## Query parameters

- `connectionId` string

## Response `200`

Ok

- ResourceKindDetails
  - `integrationId` string, required — The unique identifier for the Integration that ingests this resource.
  - `resourceKind` string, required — The identifier for the resource type, unique within the scope of an Integration.
  - `isScopable` boolean, required — Whether resources of this type may be scoped out of an audit.
  - `canUpdateDescription` boolean, required — Whether resources of this type may be assigned a description.
  - `canUpdateOwner` boolean, required — Whether resources of this type may be assigned an owner.
  - `numResources` integer, required — The count of resources of the given type.
  - `numInScope` integer, required — The count of resources of the given type that are in scope for audits.
  - `numOwned` integer, required — The count of resources of the given type that have been assigned an owner in Vanta.
  - `numWithDescription` integer, required — The count of resources of the given type that have been given a description in Vanta.

---

[API](https://skmtc.net/vanta/apis/build-integrations.md) · [All operations](https://skmtc.net/vanta/apis/build-integrations/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vanta/build-integrations/revisions/6c1f7590538b/schema)
