# Get Kinds

Get Kinds.

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

## Header parameters:

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

## Query parameters:

  - `page` (integer)
    Pagination page number strategy: Specify the page number within the paginated collection related to the number of items in each page

  - `limit` (integer)
    Maximum number of items to return per page (1-100, default: 10)

  - `sort` (string)
    Parameter on the basis of which sorting is done.

  - `search_term` (string)
    This would be used to filter resources having attributes matching the search term.

  - `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)


