---
title: "Get journal reference by id"
method: GET
path: "/api/v1/journal-references/{id}"
tags: ["Accounting"]
---

# Get journal reference by id

`GET /api/v1/journal-references/{id}`

Returns journal/outbox reference data by journal reference ID.

## Path parameters

- `id` string, uuid, required — Journal reference identifier.

## Response `200`

OK

- JournalReferenceHumaBody
  - `correlationId` string, required — Correlation identifier the reference was resolved by, linking it to the originating run.
  - `externalJournalReferenceId` string — Reference ID assigned by the external ledger/journal system; omitted until posting has been acknowledged.
  - `id` string, required — UUID of the journal reference record.
  - `outboxEventId` string — UUID of the emitted outbox event; omitted when no outbox event was recorded.
  - `postingStatus` string, required — Status of the downstream ledger posting for this reference (e.g. pending, posted).

## Other responses

- `default` — Error

---

[API](https://skmtc.net/lerian/apis/identity-plugin.md) · [All operations](https://skmtc.net/lerian/apis/identity-plugin/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lerian/identity-plugin/versions/25daba385532/schema)
