---
title: "List declarative source definitions."
method: GET
path: "/workspaces/{workspaceId}/definitions/declarative_sources"
tags: ["public_declarative_source_definitions", "public", "DeclarativeSourceDefinitions"]
---

# List declarative source definitions.

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

## Response `200`

Successful operation

- DeclarativeSourceDefinitionsResponse
  - `previous` string
  - `next` string
  - `data` DeclarativeSourceDefinitionResponse[], required
    - `id` string, UUID, required
    - `name` string, required
    - `manifest` DeclarativeManifest, required — Low code CDK manifest JSON object
    - `version` integer, required

## 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/declarative_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)
