---
title: "Stream all rows for the table"
method: GET
path: "/v1/table/{table_id}/rows-stream"
tags: ["Table"]
---

# Stream all rows for the table

`GET /v1/table/{table_id}/rows-stream`

Stream the data of all rows for a specific table.

## Path parameters

- `table_id` string, uuid, required

## Query parameters

- `filter` string
- `sort` string
- `page` integer
- `size` integer

## Response `200`

Successfully initiated streaming of table rows.

## Other responses

- `403` — Unauthorized action - User lacks necessary permissions.
- `404` — Table or document not found.

---

[API](https://skmtc.net/morta-technology/apis/morta-api-reference.md) · [All operations](https://skmtc.net/morta-technology/apis/morta-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/morta-technology/morta-api-reference/versions/9c58c1c1e7e8/schema)
