---
title: "Get row"
method: GET
path: "/public/v1/tables/{name}/rows/{id}"
tags: ["Table rows"]
---

# Get row

`GET /public/v1/tables/{name}/rows/{id}`

Returns a single row by id.

## Path parameters

- `name` string, required
- `id` string, required

## Response `200`

Row

- object
  - `ok` true, required
  - `data` object, required
    - `id` string
    - `auto_id` number
    - `created_at` string, nullable
    - `updated_at` string, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/getfrontline/apis/public-api.md) · [All operations](https://skmtc.net/getfrontline/apis/public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getfrontline/public-api/versions/9d33b6aad674/schema)
