# Get Kind

Get Kind.

Endpoint: GET /v1/kinds/{identifier}
Version: 1.0
Security: x-api-key

## Path parameters:

  - `identifier` (string, required)
    Unique identifier of the entity within its scope and kind

## Header parameters:

  - `Harness-Account` (string)
    Identifier field of the account the resource is scoped to.

## Query parameters:

  - `custom` (boolean)
    Type of kinds to be returned

## Response 200 fields (application/json):

  - `identifier` (string, required)

  - `name` (string, required)

  - `description` (string)

  - `schema` (string, required)

  - `icon` (string)

  - `custom` (boolean)


