---
title: "Get a return"
method: GET
path: "/public/v1/returns/{id}"
tags: ["Return"]
---

# Get a return

`GET /public/v1/returns/{id}`

Fetch a single return by its Distru ID, including its line items, generated credits, associated sales order and invoice numbers, and the computed return quantities.

Returns 404 if no return with that ID exists within your company, or if it has been deleted. This endpoint is eventually consistent: a change can take up to 1 second to appear here.

Required permission: `returns_permissions_view`.

## Path parameters

- `id` string, required

## Response `200`

A single return

## Other responses

- `400` — Invalid parameters
- `401` — Missing or invalid API token
- `403` — The API token lacks the required permission
- `404` — Not Found

---

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