---
title: "Get destination options"
method: GET
path: "/api/destinations/options"
tags: ["Platform API"]
---

# Get destination options

`GET /api/destinations/options`

Show destination schemas, Slack connection status, and available Slack channel options.

## Query parameters

- `search` string
- `limit` integer

## Response `200`

Destination options were returned.

- DestinationOptionsCommandSuccess
  - `ok` true, required
  - `commandId` 'destination.options', required
  - `commandVersion` 1, required
  - `correlationId` string, required
  - `result` object, required
    - `operationId` 'destination.options', required
    - `status` 'completed', required
    - `resources` CommandResource[], required
      - `type` string, required
      - `id` string, required
    - `data` object, required
      - `types` DestinationTypeOption[], required
        - `type` 'SLACK_CHANNEL', required
        - `label` string, required
        - `schemaFormat` 'json-schema-2020-12', required
        - `createSchema` JsonSchemaObject, required
      - `slack` DestinationOptionsSlackData, required
        - `connected` boolean, required
        - `channels` SlackChannelOption[], required
          - `id` string, required
          - `name` string, required
          - `isPrivate` boolean, required
        - `hasMore` boolean, required
        - `nextCursor` string, nullable, required
    - `warnings` string[], required
    - `auditId` string

## Other responses

- `400` — The request query failed command validation.
- `401` — Invalid or missing API key.
- `403` — The API key is valid but does not have the required agent write scope.
- `500` — Internal server error.
- `503` — The platform could not get destination options.

## Changes

- **2026-06-30** `5cfd3cf65a6b` — 1 breaking, 1 warning
  - for the `query` request parameter `search`, the minLength was increased from `0` to `1`
  - for the `query` request parameter `search`, the maxLength was set to `120`
- **2026-06-30** `859a66ac16b4` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/outlitai/apis/outlit-api/changes/api/destinations/options/get.md)

---

[API](https://skmtc.dev/outlitai/apis/outlit-api.md) · [All operations](https://skmtc.dev/outlitai/apis/outlit-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/outlitai/outlit-api/revisions/147173adbb3f/schema)
