---
title: "Fetch a single accounting entry by id."
method: GET
path: "/v1/accounting-entries/{accountingEntryId}"
tags: ["accounting-entries", "accounting-entries-external"]
---

# Fetch a single accounting entry by id.

`GET /v1/accounting-entries/{accountingEntryId}`

## Path parameters

- `accountingEntryId` string, uuid, required — The specific accounting entry ID that you are looking for.

## Query parameters

- `include_deleted` boolean — Set this to true if you want to include deleted accounting entries.

## Response `200`

The accounting entry for the specified ID.

## Other responses

- `403` — Forbidden: client lacks the necessary permissions.
- `404` — Accounting entry not found.
- `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/versions/c70cd21dc330/schema)
