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

# Stream all rows for the view

`GET /v1/table/views/{view_id}/rows-stream`

Stream the data of all rows for a specific table view.

## Path parameters

- `view_id` string, uuid, required

## Query parameters

- `filter` string
- `sort` string
- `process_id` string, uuid
- `page` integer
- `size` integer

## Response `200`

Successfully initiated streaming of table view rows.

## Other responses

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

---

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