---
title: "GET /table_rows/"
method: GET
path: "/table_rows/"
tags: ["Proposal", "Entity Query Endpoint"]
---

# GET /table_rows/

`GET /table_rows/`

## Query parameters

- `entities` integer[]
- `view_classes` string[]
- `system_classes` string[]
- `cidoc_classes` string[]
- `linked_entities` integer[]
- `download` boolean
- `count` boolean
- `centroid` boolean
- `show` string[]
- `column` 'id' | 'name' | 'cidoc_class' | 'system_class' | 'begin_from' | 'begin_to' | 'end_from' | 'end_to'
- `sort` 'asc' | 'desc'
- `first` integer
- `last` integer
- `page` integer
- `limit` integer
- `type_id` integer[]

## Response `200`

Success

## Other responses

- `404` — Something went wrong. Please consult the error message.

## Changes

- **2025-11-19** `d309f14c25fc` — 1 info
  - endpoint added
- **2025-11-17** `20d5f0959963` — 1 breaking
  - api path removed without deprecation
- **2025-11-11** `ccf597f8d601` — 1 breaking, 2 info
  - the response's body type/format changed from `array`/`` to `object`/`` for status `200`
  - added the required property `pagination` to the response with the `200` status
  - added the required property `results` to the response with the `200` status
- **2025-10-28** `c8d3f2be4022` — 1 info
  - endpoint added
- **2025-04-01** `b640f0339736` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/craws/apis/openatlas-api/changes/table_rows/get.md)

---

[API](https://skmtc.dev/craws/apis/openatlas-api.md) · [All operations](https://skmtc.dev/craws/apis/openatlas-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/craws/openatlas-api/revisions/d309f14c25fc/schema)
