---
title: "GET /api/database/field-rules/{table_id}/invalid-rows/"
method: GET
path: "/api/database/field-rules/{table_id}/invalid-rows/"
tags: ["Field rules"]
---

# GET /api/database/field-rules/{table_id}/invalid-rows/

`GET /api/database/field-rules/{table_id}/invalid-rows/`

Get a list of invalid rows

## Path parameters

- `table_id` integer, required

## Response `200`

- PaginationSerializerInvalidRow
  - `count` integer, required — The total amount of results.
  - `next` string, uri, nullable, required — URL to the next page.
  - `previous` string, uri, nullable, required — URL to the previous page.
  - `results` InvalidRow[], required
    - `id` integer, required

## Other responses

- `400`
- `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)
