---
title: "List Receptions"
method: GET
path: "/api/v3/purchase-receptions"
tags: ["Purchase Receptions"]
---

# List Receptions

`GET /api/v3/purchase-receptions`

Listar recepciones

## Response `200`

Successful Response

- PurchaseReceptionOut[]
  - `id` integer, required
  - `serie` string, required
  - `numero` integer, required
  - `fecha_emision` string, nullable
  - `cantidad_total` number, nullable
  - `items` ReceptionItemOut[]
    - `item_id` integer, nullable
    - `cantidad_total` number, required
    - `cantidad_entregada` number, required

---

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