---
title: "List Goals"
method: GET
path: "/api/goals"
tags: ["goals"]
---

# List Goals

`GET /api/goals`

## Query parameters

- `status` string, nullable

## Headers

- `X-Workspace-Id` string, nullable

## Response `200`

Successful Response

- GoalRead[]
  - `id` string, uuid, required
  - `user_id` string, uuid, required
  - `name` string, required
  - `target_amount` string, required
  - `current_amount` string, required
  - `currency` string, required
  - `target_amount_primary` string, nullable
  - `current_amount_primary` string, nullable
  - `target_date` string, date, nullable
  - `tracking_type` string, required
  - `account_id` string, uuid, nullable
  - `asset_id` string, uuid, nullable
  - `asset_group_id` string, uuid, nullable
  - `status` string, required
  - `icon` string, nullable
  - `color` string, nullable
  - `position` integer, required
  - `metadata_json` unknown
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `percentage` number
  - `monthly_contribution` number, nullable
  - `on_track` string, nullable
  - `account_name` string, nullable
  - `asset_name` string, nullable
  - `asset_group_name` 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)
