---
title: "Retrieves an account in Pleo by its ID."
method: GET
path: "/v1-beta/accounts/{accountId}"
tags: ["Accounts"]
---

# Retrieves an account in Pleo by its ID.

`GET /v1-beta/accounts/{accountId}`

Search for a specific account by its account ID.

## Path parameters

- `accountId` string, uuid, required

## Response `200`

Retrieval of account successful.

- DataResponseBookkeepingAccountRestModelV4
  - `data` BookkeepingAccountRestModelV4, required — Represents an account in Pleo.
    - `archived` boolean, required — Boolean flag used to determine if the account is archived.
    - `code` string, nullable — Account code or number used in the accounting system's chart of accounts.
    - `companyId` string, uuid, required — Pleo's internal identifier of the company the account is associated with.
    - `externalId` string, required — Unique external identifier of account, assigned in the external ERP/accounting system. Can be the same as code if no other identifier is available.
    - `id` string, uuid, required — Pleo's internal identifier of the account.
    - `metadata` object, nullable — Place for API users to store flexible data.
    - `name` string, required — Name of the account.
    - `taxCodeExternalId` string, nullable — The identifier in **the target system** for the tax code the account is associated with.

## Other responses

- `404` — Account not found.

---

[API](https://skmtc.net/pleo/apis/bookkeeping-core-api.md) · [All operations](https://skmtc.net/pleo/apis/bookkeeping-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pleo/bookkeeping-core-api/versions/62d2c10ab167/schema)
