---
title: "Get Patient Signals"
method: GET
path: "/api/v1/patients/{id}/signals"
tags: ["Patients Signal"]
---

# Get Patient Signals

`GET /api/v1/patients/{id}/signals`

## Path parameters

- `id` string, required

## Response `200`

OK

- ApiPatientSignal[]
  - `particle_patient_id` string
  - `signal_data` string
  - `signal_date` string
  - `signal_id` string
  - `signal_type` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `406` — Not Acceptable
- `500` — Internal Server Error

---

[API](https://skmtc.net/particlehealth/apis/particle-health-api.md) · [All operations](https://skmtc.net/particlehealth/apis/particle-health-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/particlehealth/particle-health-api/revisions/5aead0b7515e/schema)
