---
title: "Read a goal"
method: GET
path: "/users/{user_guid}/goals/{goal_guid}"
tags: ["goals"]
---

# Read a goal

`GET /users/{user_guid}/goals/{goal_guid}`

Read a specific goal.

## Response `200`

OK

- GoalResponseBody
  - `goal` GoalResponse
    - `account_guid` string — Unique identifier of the account for the goal.
    - `amount` number — Amount of the goal.
    - `completed_at` string — Date and time the goal was completed.
    - `current_amount` number — The current amount of the goal.
    - `goal_type_name` string — The goal type.
    - `guid` string — Unique identifier for the goal. Defined by MX.
    - `has_been_spent` boolean — Determines if the goal has been spent.
    - `is_complete` boolean — Determines if the goal is complete.
    - `metadata` string — Additional information a partner can store on the goal.
    - `meta_type_name` string — The category of the goal.
    - `name` string — The name of the goal.
    - `position` integer — The priority of the goal in relation to multiple goals.
    - `projected_to_complete_at` string — Date and time the goal is projected to be completed.
    - `targeted_to_complete_at` string — Date and time the goal is to complete. Intended for users to set their own goal completion dates.
    - `track_type_name` string
    - `user_guid` string — The unique identifier for the the user. Defined by MX.

---

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