---
title: "List objectives"
method: GET
path: "/performance/objectives"
tags: ["Objectives"]
---

# List objectives

`GET /performance/objectives`

Returns a list of objectives.

## Query parameters

- `page` integer

## Response `200`

OK

- object
  - `data` Objective[]
    - `id` integer
    - `title` string
    - `progress` integer
    - `status` 'none' | 'on_track' | 'behind' | 'at_risk'
    - `starts_on` string, date
    - `ends_on` string, date
    - `owner` EmployeeShort — Employee short details
      - `id` integer, required
      - `first_name` string
      - `last_name` string
      - `email` string
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `key_results` object[]
      - `id` integer
      - `title` string
      - `progress` integer
      - `start` integer
      - `target` integer
      - `metric` 'percentage' | 'number' | 'currency' | 'boolean'
      - `weight` integer
      - `status` 'none' | 'on_track' | 'behind' | 'at_risk'
      - `currency_code` string
  - `metadata` Pagination
    - `page` integer
    - `pages` integer
    - `count` integer
    - `items` integer

---

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