---
title: "List patient health results"
method: GET
path: "/result"
tags: ["result"]
---

# List patient health results

`GET /result`

Get a list of patient health results.

## Query parameters

- `filter[patient]` string, required
- `filter[actions]` string
- `filter[start_at]` string, dateTime
- `filter[end_at]` string, dateTime
- `filter[threads]` string
- `filter[created_at]` string
- `filter[updated_at]` string
- `page[number]` integer
- `page[size]` integer
- `page[limit]` integer
- `page[after]` string

## Response `200`

OK

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `409` — Invalid Request

## Changes

- **2019-05-03** `b8d85950e2aa` — 1 info
  - endpoint added
- **2017-11-20** `63d45e88e209` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/twinehealth/apis/fitbit-plus-api/changes/result/get.md)

---

[API](https://skmtc.dev/twinehealth/apis/fitbit-plus-api.md) · [All operations](https://skmtc.dev/twinehealth/apis/fitbit-plus-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/twinehealth/fitbit-plus-api/revisions/1c92481b5836/schema)
