# List departments

This endpoint lists all departments.

Endpoint: GET /v2/departments
Version: 1.0
Security: OAuth2

## Query parameters:

  - `cursor` (string,null)

  - `limit` (integer,null)

  - `name` (string,null)

## Response 200 fields (application/json):

  - `next_cursor` (string,null)

  - `items` (array, required)

  - `items.id` (string, required)

  - `items.name` (string, required)
    Name of the department

  - `items.description` (string,null)
    Description of the department


