---
title: "List Cash Movements"
method: GET
path: "/erp/cash-movements"
tags: ["erp-cash-movements"]
---

# List Cash Movements

`GET /erp/cash-movements`

List cash movements with flexible filters.

## Query parameters

- `entity_id` integer, nullable
- `operation_type` integer, nullable
- `party_id` integer, nullable
- `period_id` integer, nullable
- `date_from` string, nullable
- `date_to` string, nullable
- `currency` string, nullable
- `limit` integer

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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