---
title: "Retrieve stream schema"
method: GET
path: "/streams/{owner}/{id}/{streamId}/schema"
tags: ["streams"]
---

# Retrieve stream schema

`GET /streams/{owner}/{id}/{streamId}/schema`

Retrieve stream schema.

## Path parameters

- `owner` string, required
- `id` string, required
- `streamId` string, required

## Response `200`

default response

- StreamSchema
  - `primaryKeyFields` string[]
  - `sequenceField` string

---

[API](https://skmtc.dev/data/apis/data-world-public-api.md) · [All operations](https://skmtc.dev/data/apis/data-world-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/data/data-world-public-api/revisions/0a0cb1f94dad/schema)
