---
title: "Get Projected Transactions"
method: GET
path: "/api/dashboard/projected-transactions"
tags: ["dashboard"]
---

# Get Projected Transactions

`GET /api/dashboard/projected-transactions`

## Query parameters

- `month` string, date, nullable

## Headers

- `X-Workspace-Id` string, nullable

## Response `200`

Successful Response

- ProjectedTransaction[]
  - `recurring_id` string, required
  - `description` string, required
  - `amount` number, required
  - `amount_primary` number, nullable
  - `currency` string, required
  - `type` string, required
  - `date` string, required
  - `category_id` string, nullable, required
  - `category_name` string, nullable, required
  - `category_icon` string, nullable, required
  - `category_color` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/usesecuro/apis/securo.md) · [All operations](https://skmtc.dev/usesecuro/apis/securo/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/usesecuro/securo/revisions/1df3dfa0c028/schema)
