---
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
- `show` string[]
- `column` 'id' | 'name' | 'cidoc_class' | 'system_class' | 'type' | 'class' | 'created' | 'creator' | 'content' | 'count' | 'description' | 'extension' | 'icon' | 'group' | 'license_holder' | 'license' | 'public' | 'size' | 'begin_from' | 'begin_to' | 'end_from' | 'end_to' | 'end' | 'begin' | 'checkbox'
- `sort` 'asc' | 'desc'
- `first` integer
- `last` integer
- `page` integer
- `limit` integer
- `type_id` integer[]
- `checked` integer[]
- `table_columns` string[]

## Response `200`

Success

- TableRowModel
  - `pagination` PaginationModel, required
    - `entities` integer, required
    - `entitiesPerPage` integer, required
    - `index` PaginationIndexModel[], required
      - `page` integer
      - `startId` integer
    - `totalPages` integer, required
  - `results` array[], required
    - string[]

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Access denied
- `404` — Resource not found
- `409` — Conflict
- `500` — Internal server error

## Changes

- **2025-12-03** `008688998b83` — 6 breaking
  - the `allOf[#/components/schemas/ApiError]/url` response's property type/format changed from `string`/`uri` to `string`/`` for status `401`
  - the `allOf[#/components/schemas/ApiError]/url` response's property type/format changed from `string`/`uri` to `string`/`` for status `403`
  - the `allOf[#/components/schemas/ApiError]/url` response's property type/format changed from `string`/`uri` to `string`/`` for status `404`
  - the `allOf[#/components/schemas/ApiError]/url` response's property type/format changed from `string`/`uri` to `string`/`` for status `409`
  - …2 more
- **2025-12-02** `26f86ddcd57c` — 9 info
  - added `#/components/schemas/ApiError, subschema #2` to the response body `allOf` list for the response status `404`
  - added `#/components/schemas/ApiError, #/components/schemas/ParameterError, subschema #3` to the response body `anyOf` list for the response status `400`
  - removed `#/components/schemas/ErrorModel, #/components/schemas/ParameterErrorModel` from the response body `oneOf` list for the response status `400`
  - removed `#/components/schemas/ErrorModel, #/components/schemas/ParameterErrorModel` from the response body `oneOf` list for the response status `404`
  - …5 more
- …earlier changes not shown

[Full 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/edaf3e95085d/schema)
