---
title: "List All Interactions"
method: GET
path: "/provider/interactions"
tags: ["Interaction"]
---

# List All Interactions

`GET /provider/interactions`

## Query parameters

- `patient_id` string[]
- `status` string[]
- `type` string[]
- `limit` integer
- `offset` integer
- `created_at` string, date-time
- `updated_at` string, date-time

## Response `200`

Successful response

- object[]
  - `id` string
  - `body` string
  - `event_timestamp` string, date-time
  - `patient_access` boolean
  - `patient_id` string
  - `status` string
  - `title` string
  - `type` string

---

[API](https://skmtc.net/hint/apis/partner-endpoints.md) · [All operations](https://skmtc.net/hint/apis/partner-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hint/partner-endpoints/revisions/a92ae2a6fa90/schema)
