---
title: "amp destination-types"
description: "Reference for amp destination-types list and get, for inspecting destination partner types and their schemas."
product: general
token_estimate: 276
---
# amp destination-types

> For AI agents: a documentation index is available at [/docs/llms.txt](/docs/llms.txt). Append `.md` to any page URL for markdown, or send `Accept: text/markdown`.

`amp destination-types` lists destination partner types and returns one partner's schema. This read-only command family requires the `destinations:read` scope. Use it before `amp destinations create` so you know which `partner` values and config fields the API accepts.

## `amp destination-types list`

```bash
amp destination-types list
amp destination-types list --limit 20
```

In an interactive terminal, `amp destination-types list` prints a human-friendly table. Pipe the output to a file or another command, or pass `--json`, to get raw API JSON instead.

## `amp destination-types get`

```bash
amp destination-types get --partner <partner>
```

Pass the partner identifier from `list`. The response includes the partner's capabilities and config schema.

[Configuration](https://amplitude.com/docs/developers/cli/configuration) documents `--json` and pagination flags such as `--cursor` and `--limit`.

