---
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-19** `39acb204a056` — 4 info
  - removed `trace` mapping keys from the response discriminator for the response status `200`
  - removed `#/components/schemas/TraceMessage` from the response body `oneOf` list for the response status `200`
  - added the optional property `oneOf[#/components/schemas/CatalogMessage]/catalog/streams/items/newer_than_field` to the response with the `200` status
  - added the optional property `oneOf[#/components/schemas/CatalogMessage]/catalog/streams/items/soft_delete_field` to the response with the `200` status
- **2026-04-17** `19c7c52d923f` — 4 info
  - removed the `auth_error` enum value from the `oneOf[#/components/schemas/TraceMessage]/trace/oneOf[subschema #2]/stream_status/status` response property for the response status `200`
  - removed the `config_error` enum value from the `oneOf[#/components/schemas/TraceMessage]/trace/oneOf[subschema #2]/stream_status/status` response property for the response status `200`
  - removed the `system_error` enum value from the `oneOf[#/components/schemas/TraceMessage]/trace/oneOf[subschema #2]/stream_status/status` response property for the response status `200`
  - removed the `transient_error` enum value from the `oneOf[#/components/schemas/TraceMessage]/trace/oneOf[subschema #2]/stream_status/status` response property for the response status `200`
- …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/cef36747fb38/schema)
