---
title: "List Movements"
method: GET
path: "/api/financeiro/movements"
tags: ["Financeiro (Protected)"]
---

# List Movements

`GET /api/financeiro/movements`

Listar movimentos pagos com filtros opcionais.

## Query parameters

- `date_start` string, nullable
- `date_end` string, nullable
- `year` integer, nullable
- `rubrica` integer, nullable
- `metodo_pagamento` integer, nullable
- `matricula` integer, nullable
- `cliente` integer, nullable
- `socio` integer, nullable — Filter by Socio ID (only movements present in MovimentosSocios)
- `search` string, nullable
- `tipo` string, nullable — Filter by type: 'entrada' (positive) or 'saida' (negative)
- `totalvalor` string, nullable — Filter by ValorTotal match (accepts comma or dot as decimal separator)
- `cost_center` string, nullable — Filter: 'parent' = show only cost-center parent movements
- `offset` integer
- `limit` integer

## Headers

- `x-api-token` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/multigest/apis/multigest-protected-api.md) · [All operations](https://skmtc.dev/multigest/apis/multigest-protected-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/multigest/multigest-protected-api/revisions/4b44eb76b3ee/schema)
