---
title: "Get Payments Over Time"
method: GET
path: "/dashboard/over-time"
tags: ["provider", "dashboard"]
---

# Get Payments Over Time

`GET /dashboard/over-time`

Get charges over time grouped by charge status and week.
Week label reflects the actual applicable week range (e.g., "2024-04-08 to 2024-04-14").

## Query parameters

- `page` integer, nullable
- `per_page` integer, nullable
- `sort_by` string, nullable
- `sort_direction` 'asc' | 'desc', nullable
- `location_id` string, nullable
- `start_date` string, required
- `end_date` string, required
- `location_ids` string[], nullable
- `payment_mediums` string[], nullable
- `tz` string, required
- `limit` integer, nullable

## Headers

- `TENANT` string, required
- `API-KEY` string, required

## Response `200`

Successful Response

- PaymentOverTime[]
  - `weekLabel` string, required
  - `chargeStatus` string, required
  - `totalAmount` number, required
  - `count` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/decodahealth/apis/decoda-api.md) · [All operations](https://skmtc.dev/decodahealth/apis/decoda-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/decodahealth/decoda-api/revisions/4939a65a89d2/schema)
