---
title: "List destination definitions."
method: GET
path: "/workspaces/{workspaceId}/definitions/destinations"
---

# List destination definitions.

`GET /workspaces/{workspaceId}/definitions/destinations`

## Response `200`

Successful operation

- DefinitionsResponse
  - `previous` string
  - `next` string
  - `data` DefinitionResponse[], required
    - `id` string, UUID, required
    - `name` string, required
    - `dockerRepository` string, required
    - `dockerImageTag` string, required
    - `documentationUrl` string

## Other responses

- `403` — Not allowed
- `404` — Not found

---

[API](https://skmtc.net/airbyte/apis/applications.md) · [All operations](https://skmtc.net/airbyte/apis/applications/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/airbyte/applications/versions/561bf5551285/schema)
