---
title: "Consultar documento recibido por id"
method: GET
path: "/received-documents/{id}"
tags: ["Gestión de Documentos Recibidos"]
---

# Consultar documento recibido por id

`GET /received-documents/{id}`

Endpoint que permite consultar un documento electrónico recibido por su id

## Path parameters

- `id` string, required

## Response `200`

Objeto que representa una respuesta correcta al consultar un documento recibido.

- object
  - `id` string
  - `issuerIdentification` string
  - `buyerIdentification` string
  - `documentType` string
  - `documentNumber` string
  - `documentStampDate` string
  - `signatureDateTime` string
  - `totalAmount` string
  - `status` 'RECEIVED' | 'NOT_RECEIVED'
  - `errorMsg` string
  - `commercialResponse` 'ACCEPTED' | 'REJECTED'
  - `timestamp` string, date-time
  - `xml` string

## Other responses

- `400` — unresolved $ref
- `500` — unresolved $ref

---

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