---
title: "Get a list of entity kinds"
method: GET
path: "/api/v2/catalog/kind"
tags: ["Software Catalog"]
---

# Get a list of entity kinds

`GET /api/v2/catalog/kind`

Get a list of entity kinds from Software Catalog.

## Query parameters

- `page[offset]` integer
- `page[limit]` integer
- `filter[id]` string
- `filter[name]` string

## Response `200`

OK

- ListKindCatalogResponse — List kind response.
  - `data` KindData[] — List of kind responses.
    - `attributes` KindAttributes — Kind attributes.
      - `description` string — Short description of the kind.
      - `displayName` string — User friendly name of the kind.
      - `name` string — The kind name.
    - `id` string — A read-only globally unique identifier for the entity generated by Datadog. User supplied values are ignored.
    - `meta` KindMetadata — Kind metadata.
      - `createdAt` string — The creation time.
      - `modifiedAt` string — The modification time.
    - `type` string — Kind.
  - `meta` KindResponseMeta — Kind response metadata.
    - `count` integer — Total kinds count.

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `429` — Too many requests

---

[API](https://skmtc.net/datadog/apis/api-v2.md) · [All operations](https://skmtc.net/datadog/apis/api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/datadog/api-v2/revisions/da68bf029e4c/schema)
