---
title: "Fetch accounting entries based on filters."
method: POST
path: "/v1/accounting-entries:search"
tags: ["accounting-entries", "accounting-entries-external"]
---

# Fetch accounting entries based on filters.

`POST /v1/accounting-entries:search`

## Query parameters

- `company_id` string, uuid
- `organization_id` string, uuid
- `before` string
- `after` string
- `limit` integer — The maximum amount of items to return. Never returns more than 100 items
- `sorting_order` PageOrder[]
- `sorting_keys` AccountingEntriesSortingKeys[]

## Response `200`

A paginated list of accounting entries matching the search criteria.

## Other responses

- `403` — Forbidden: client lacks the necessary permissions.
- `503` — Service temporarily unavailable. The request can be retried.

---

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