---
title: "List sources for workspace"
method: POST
path: "/v1/sources/list"
tags: ["source"]
---

# List sources for workspace

`POST /v1/sources/list`

List sources for workspace. Does not return deleted sources.

## Request body

- WorkspaceIdRequestBody
  - `workspaceId` string, uuid, required

## Response `200`

Successful operation

- SourceReadList
  - `sources` SourceRead[], required
    - `connectionConfiguration` unknown, required
    - `icon` string
    - `name` string, required
    - `sourceDefinitionId` string, uuid, required
    - `sourceId` string, uuid, required
    - `sourceName` string, required
    - `workspaceId` string, uuid, required

## Other responses

- `404` — Object with given id was not found.
- `422` — Input failed validation

---

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