---
title: "Get stats on table columns"
method: GET
path: "/v1/table/views/{view_id}/stats"
tags: ["Table View"]
---

# Get stats on table columns

`GET /v1/table/views/{view_id}/stats`

Retrieve statistical data for columns in a specific table view.

## Path parameters

- `view_id` string, uuid, required

## Query parameters

- `filter` string
- `sum, avg, max, min, count` string[]
- `process_id` string, uuid

## Response `200`

Successfully retrieved statistics for table view columns.

- object
  - `metadata` object
  - `data` TableColumnWithAggregation[]
    - `name` string
    - `publicId` string, uuid
    - `aggregation` TableColumnAggregationResult
      - `name` string
      - `value` number

## Other responses

- `403` — Unauthorized action - User lacks necessary permissions.
- `404` — Table view not found 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)
