---
title: "Invoke Catalog Search Stream"
method: POST
path: "/v1/op/catalog.search_stream"
tags: ["kernel"]
---

# Invoke Catalog Search Stream

`POST /v1/op/catalog.search_stream`

Multi-vendor progressive catalog search. catalog.search_stream is a
raw_response op: it returns an NDJSON StreamingResponse, so we return invoke()'s
result AS-IS rather than model_dump()-ing it (auth/scope/input-validation ran
on the way in).

## Headers

- `x-api-key` string, nullable

## Request body

- object, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.dev/geopera/apis/geopera-data-platform.md) · [All operations](https://skmtc.dev/geopera/apis/geopera-data-platform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/geopera/geopera-data-platform/revisions/cb0130b2a40a/schema)
