---
title: "Searches corrections"
method: GET
path: "/api/v1/corrections"
tags: ["Corrections"]
---

# Searches corrections

`GET /api/v1/corrections`

List corrections

## Response `200`

Success

- object
  - `data` Correction[]
    - `id` integer, required
    - `accepted_by` string, nullable
    - `change_notes` string, nullable
    - `change_status` string, required
    - `change_type` string, required
    - `correction` object, nullable
    - `created_at` string, required
    - `notes` string, nullable
    - `record_id` integer, nullable
    - `record_type` string, required
    - `updated_at` string, required
    - `user_id` integer, required
    - `warning_type` string, nullable
  - `links` object
    - `self` string, required — A link to the current page of the collection
    - `first` string — A link to the first page of the collection
    - `next` string — A link to the next page of the collection
    - `prev` string — A link to the previous page of the collection
    - `last` string — A link to the last page of the collection
  - `meta` object
    - `total` integer

## Other responses

- `401` — Invalid credentials

---

[API](https://skmtc.net/treflehq/apis/trefle-api-v1.md) · [All operations](https://skmtc.net/treflehq/apis/trefle-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/treflehq/trefle-api-v1/revisions/2e0d8882f840/schema)
