# Channel Export

post ` /ui/connectors/channels-api/latest/export/`

Export channels as a JSON payload.

Omit `channels` to export all. Set `includeServices=false` for a spec-only export (lighter; services regenerated from templates on import).

## Request

This endpoint expects an object.

### Parameters

#### channels  
**Type:** array  
**Required:** Optional  
**Description:**  
Show 2 variants  
- Variant 1: `list of strings`  
- Variant 2: `null`

#### includeServices  
**Type:** boolean  
**Required:** Optional  
**Defaults to:** true

#### description  
**Type:** object  
**Required:** Optional  
**Description:**  
Show 2 variants  
- Variant 1: `string`  
- Variant 2: `null`

## Response

200 Successful Response  
**Type:** any

## Errors

422 Validation Error  
**Type:** list of objects [ValidationError](https://docs.mediakind.com/api-reference/channels-api/schemas/validationerror)  
**Required:** Optional

### Properties

- **loc**  
  **Type:** list of objects  
  **Required:** Required

- **msg**  
  **Type:** string  
  **Required:** Required

- **type**  
  **Type:** string  
  **Required:** Required

- **input**  
  **Type:** any  
  **Required:** Optional

- **ctx**  
  **Type:** object  
  **Required:** Optional
