---
title: "List transactions"
method: GET
path: "/platform/v1/workspaces/{workspaceId}/transactions"
tags: ["transactions"]
---

# List transactions

`GET /platform/v1/workspaces/{workspaceId}/transactions`

Returns the workspace's transactions across all of its entities. `startDate`/`endDate` are inclusive calendar days. Results are paged with `limit`/`offset`.

## Path parameters

- `workspaceId` string, uuid, required

## Query parameters

- `limit` integer
- `offset` integer, nullable
- `startDate` string
- `endDate` string

## Response `200`

200

- object
  - `data` object[], required
    - `accountId` string, uuid, nullable, required
    - `accrualAccountId` string, uuid, nullable, required
    - `amount` number, required
    - `bankDescription` string, required — Description as it arrived from the bank or provider.
    - `classIds` string[], required — Classes assigned to the transaction, at most one per root dimension.
    - `date` string, required — Calendar day the money moved, as YYYY-MM-DD.
    - `entityId` string, uuid, required
    - `id` string, uuid, required
    - `isBusiness` boolean, required — Whether the transaction is booked as business or personal.
    - `memo` string, nullable, required
    - `status` 'pending' | 'completed' | 'failed', required
    - `type` 'external' | 'stripe' | 'imported' | 'ramp' | 'mercury' | 'paypal' | 'manual', required
  - `pagination` object, required
    - `limit` integer, required
    - `offset` integer, required
    - `total` integer, required

## Other responses

- `400` — 400
- `401` — 401
- `404` — 404
- `429` — 429

---

[API](https://skmtc.net/kick/apis/kick-platform-api.md) · [All operations](https://skmtc.net/kick/apis/kick-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kick/kick-platform-api/revisions/e4ceb0dc32d4/schema)
