---
title: "Reads a single Journal entry"
method: GET
path: "/api/2026-07-01/resources/finance/journal_entries/{id}"
tags: ["Finance > JournalEntry"]
---

# Reads a single Journal entry

`GET /api/2026-07-01/resources/finance/journal_entries/{id}`

Reads a single Journal entry

## Path parameters

- `id` string, required

## Response `200`

OK

- FinanceJournalEntry
  - `id` string, required — Journal entry ID
  - `number` integer, required — Incremental number assigned to the journal entry
  - `published_at` string, required — Timestamp when the journal entry was published.
  - `type` 'bank' | 'bill' | 'invoice' | 'credit_note' | 'merged_ledger_account' | 'reconciliation' | 'tax' | 'receipt' | 'payroll_result' | 'external', required — Journal entry type (e.g. bank, invoice, tax)
  - `source_id` string — Source id related with this journal entry
  - `source_type` 'bank_transaction' | 'invoice' | 'reconciliation' | 'finance_reconciliation' | 'account' | 'expense' | 'payroll_result' | 'journal_entry' — Source type related with this journal entry
  - `reference_date` string, required — Date of the associate source
  - `description` string — Description of the journal entry
  - `legal_entity_id` string, required — The associated Legal Entity ID
  - `external_id` string — External identifier for the journal entry
  - `status` 'published' | 'reversed', required — The status of the journal entry (draft, published, etc.)
  - `updated_at` string, required — Timestamp when the journal entry was last updated.

---

[API](https://skmtc.net/factorialhr/apis/factorial-api.md) · [All operations](https://skmtc.net/factorialhr/apis/factorial-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/factorialhr/factorial-api/versions/1a6bffb20f7d/schema)
