---
title: "Listar las conciliaciones"
method: GET
path: "/conciliations"
tags: ["Conciliaciones"]
---

# Listar las conciliaciones

`GET /conciliations`

## Query parameters

- `account_id` string
- `start` integer
- `limit` integer
- `order_direction` 'DESC' | 'ASC'
- `order_field` 'id' | 'date'
- `fields` 'deletable' | 'balance' | 'simple'
- `metadata` boolean

## Response `200`

Successful operation

- Reconciliation[]
  - `id` string
  - `account` object
    - `id` string
    - `name` string
    - `type` 'credit-card' | 'bank' | 'cash'
  - `realBalance` number, float
  - `bankExpense` number, float
  - `bankTaxes` number, float
  - `bankInterests` number, float
  - `date` string, date
  - `status` 'open' | 'draft' | 'process'

## Other responses

- `400` — Bad request

---

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