---
title: "Get yearly goal"
method: GET
path: "/yearly-goals/{year}"
tags: ["Yearly Goals"]
---

# Get yearly goal

`GET /yearly-goals/{year}`

Returns the yearly revenue goal for a specific year

## Path parameters

- `year` integer, required

## Response `200`

Successful response

- object
  - `data` object
    - `goal` number
    - `year` integer

## Other responses

- `401` — Unauthenticated

---

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