---
title: "All Journals"
method: GET
path: "/v2/ledger/journal"
---

# All Journals

`GET /v2/ledger/journal`

This API can be used to fetch the details of all journals associated with a platform.

## Query parameters

- `status` string
- `page` integer

## Headers

- `client_id` string, required
- `client_secret` string, required
- `module_secret` string, required

## Response `200`

200

- object
  - `decentroTxnId` string
  - `status` string
  - `responseCode` string
  - `message` string
  - `data` object
    - `transactionStatus` string
    - `transactionDescription` string
    - `count` integer
    - `details` object[]
      - `urn` string
      - `referenceId` string
      - `name` string
      - `purpose` string
      - `additionalParameters` string
      - `status` string
      - `creationTimestamp` string
      - `lastModificationTimestamp` string

---

[API](https://skmtc.dev/decentro/apis/decentro-staging.md) · [All operations](https://skmtc.dev/decentro/apis/decentro-staging/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/decentro/decentro-staging/revisions/f1a86ce4638c/schema)
