---
title: "Summary Status"
method: POST
path: "/api/v3/resumenes/consultar"
tags: ["Resumenes"]
---

# Summary Status

`POST /api/v3/resumenes/consultar`

Consultar resumen

## Request body

- SummaryConsult
  - `ticket` string, nullable
  - `external_id` string, nullable

## Response `200`

Successful Response

- SummaryOut
  - `id` integer, required
  - `fecha_de_emision` string, date, required
  - `fecha_de_referencia` string, date, required
  - `estado_id` integer
  - `estado` string, nullable
  - `codigo_tipo_proceso` integer
  - `hash` string, nullable
  - `archivo` string, required
  - `ticket` string, nullable
  - `identificador` string, required
  - `descargar_xml` string, nullable
  - `descargar_cdr` string, nullable
  - `descargar_pdf` string, nullable
  - `eventos` unknown[]
    - unknown

## Other responses

- `422` — Validation Error

---

[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)
