---
title: "Goal Summary"
method: GET
path: "/api/goals/summary"
tags: ["goals"]
---

# Goal Summary

`GET /api/goals/summary`

## Query parameters

- `limit` integer

## Headers

- `X-Workspace-Id` string, nullable

## Response `200`

Successful Response

- GoalSummary[]
  - `id` string, uuid, required
  - `name` string, required
  - `target_amount` string, required
  - `current_amount` string, required
  - `currency` string, required
  - `target_date` string, date, nullable
  - `status` string, required
  - `icon` string, nullable
  - `color` string, nullable
  - `percentage` number
  - `monthly_contribution` number, nullable
  - `on_track` 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)
