---
title: "Retrieve a correction"
method: GET
path: "/api/v1/corrections/{id}"
tags: ["Corrections"]
---

# Retrieve a correction

`GET /api/v1/corrections/{id}`

Get a correction

## Path parameters

- `id` string, required

## 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
  - `meta` object
    - `last_modified` string

## Other responses

- `401` — Invalid credentials

## Changes

- **2020-08-10** (v1) `3d0b90549625` — 1 info
  - endpoint added
- **2020-08-10** (v1) `9331c6c48cb2` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/treflehq/apis/trefle-api-v1/changes/api/v1/corrections/:id/get.md)

---

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