---
title: "Get source stream catalog"
method: POST
path: "/api/v1/project/{projectid}/sources/streams"
tags: ["Sources"]
---

# Get source stream catalog

`POST /api/v1/project/{projectid}/sources/streams`

Discover and list available data streams from a source.

## Path parameters

- `projectid` string, required

## Request body

- DtoStreamsRequest
  - `config` string, required
  - `job_id` integer, required
  - `job_name` string, required
  - `max_discover_threads` integer
  - `name` string, required
  - `type` string, required
  - `version` string, required

## Response `200`

OK

## Other responses

- `400` — failed to validate request
- `401` — unauthorized
- `413` — payload too large
- `500` — failed to get source catalog

---

[API](https://skmtc.net/datazip-inc/apis/olake-ui-api.md) · [All operations](https://skmtc.net/datazip-inc/apis/olake-ui-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/datazip-inc/olake-ui-api/versions/f1bcf21b1556/schema)
