---
title: "List source definitions."
method: GET
path: "/workspaces/{workspaceId}/definitions/sources"
tags: ["public_source_definitions", "public", "SourceDefinitions"]
---

# List source definitions.

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

## 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/airbytehq/apis/airbyte-api.md) · [All operations](https://skmtc.net/airbytehq/apis/airbyte-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/airbytehq/airbyte-api/revisions/55ddc054e5b5/schema)
