---
title: "GET /api/database/rows/names/"
method: GET
path: "/api/database/rows/names/"
tags: ["Database table rows"]
---

# GET /api/database/rows/names/

`GET /api/database/rows/names/`

Returns the names of the given row of the given tables. The nameof a row is the primary field value for this row. The result can be usedfor example, when you want to display the name of a linked row from another table.

## Query parameters

- `table__{id}` string

## Response `200`

- object
  - `{table_id}*` object — An object containing the row names of table `table_id`.
    - `{row_id}*` string — the name of the row with id `row_id` from table with id `table_id`.

## Other responses

- `400`
- `401`
- `404`

---

[API](https://skmtc.net/baserow/apis/baserow-api-spec.md) · [All operations](https://skmtc.net/baserow/apis/baserow-api-spec/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/baserow/baserow-api-spec/revisions/0c490e5b0c7f/schema)
