---
title: "Listar resultados de uma meta"
method: GET
path: "/api/management/goals/{goal}/results"
tags: ["goals", "results"]
---

# Listar resultados de uma meta

`GET /api/management/goals/{goal}/results`

Retorna todos os resultados já apurados da meta, em ordem crescente de período e sem paginação. O campo `progress_change_percentage` compara o progresso de cada período com o do período anterior e é sempre 0 no primeiro resultado.

## Response `200`

Sucesso

- object
  - `response` boolean
  - `results` object[]
    - `id` integer
    - `target` integer
    - `progress` integer
    - `progress_change_percentage` integer
    - `period` integer
    - `init_date` string, date
    - `end_date` string, date
    - `created_at` string, date-time

## Other responses

- `404` — Meta não encontrada

## Changes

- **2026-09-18** `3202abfa17f9` — 2 info
  - added the media type `application/json` for the response with the status `200`
  - added the non-success response with the status `404`

[Change history](https://skmtc.dev/olie-ai/apis/olie-api/changes/api/management/goals/:goal/results/get.md)

---

[API](https://skmtc.dev/olie-ai/apis/olie-api.md) · [All operations](https://skmtc.dev/olie-ai/apis/olie-api/llms.txt) · [OpenAPI document](https://skmtc.dev/olie-ai/apis/olie-api/revisions/b43a04f35145?raw)
