---
title: "Discover available streams"
method: POST
path: "/source_discover"
tags: ["Stateless Sync API"]
---

# Discover available streams

`POST /source_discover`

Streams NDJSON messages (catalog, logs, traces) for the configured source.

## Request body

- object
  - `source` object, required
    - `type` string, required

## Response `200`

NDJSON stream of discover messages

## Other responses

- `400` — Invalid params

## Changes

- **2026-04-17** `22f29cb9e680` — 2 warning, 2 info
  - added the new `range_complete` enum value to the `oneOf[#/components/schemas/TraceMessage]/trace/oneOf[subschema #2]/stream_status/status` response property for the response status `200`
  - added the new `start` enum value to the `oneOf[#/components/schemas/TraceMessage]/trace/oneOf[subschema #2]/stream_status/status` response property for the response status `200`
  - added the optional property `oneOf[#/components/schemas/TraceMessage]/trace/oneOf[subschema #2]/stream_status/range_complete` to the response with the `200` status
  - removed the `started` enum value from the `oneOf[#/components/schemas/TraceMessage]/trace/oneOf[subschema #2]/stream_status/status` response property for the response status `200`
- **2026-04-15** `2ad11e01c495` — 2 info
  - added optional request body
  - the `header` request parameter `x-source` became optional
- **2026-04-15** `4e5abb8c5e22` — 2 breaking
  - removed the request body
  - the `header` request parameter `x-source` became required
- **2026-04-15** `2e101196e4f5` — 2 info
  - added optional request body
  - the `header` request parameter `x-source` became optional
- …earlier changes not shown

[Full history](https://skmtc.dev/stripe/apis/stripe-sync-engine/changes/source_discover/post.md)

---

[API](https://skmtc.dev/stripe/apis/stripe-sync-engine.md) · [All operations](https://skmtc.dev/stripe/apis/stripe-sync-engine/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stripe/stripe-sync-engine/revisions/22f29cb9e680/schema)
