---
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

## Changes

- **2025-04-09** `2ad10d9d1a0b` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/airbytehq/apis/airbyte-api/changes/workspaces/:workspaceId/definitions/sources/get.md)

---

[API](https://skmtc.dev/airbytehq/apis/airbyte-api.md) · [All operations](https://skmtc.dev/airbytehq/apis/airbyte-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/airbytehq/airbyte-api/revisions/1ab9ff46c57a/schema)
