---
title: "Get Detailed Tip Export Data"
method: GET
path: "/billing/tips/export/detailed"
tags: ["provider", "billing"]
---

# Get Detailed Tip Export Data

`GET /billing/tips/export/detailed`

Get detailed tip export data showing individual tip transactions for each provider.

## Query parameters

- `start_date` string, date, required — Start date for tip export (YYYY-MM-DD)
- `end_date` string, date, required — End date for tip export (YYYY-MM-DD)
- `timezone` string, required — Timezone for date range
- `location_ids` string[], nullable — Optional location IDs to filter tips by

## Headers

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

## Response `200`

Successful Response

- TipDetailedExportData[]
  - `tipId` string, required — Tip ID
  - `providerId` string, required — Provider ID
  - `providerName` string, required — Provider full name
  - `providerEmail` string, required — Provider email
  - `tipAmount` integer, required — Individual tip amount in cents
  - `patientName` string, required — Patient name
  - `chargeId` string, required — Charge ID
  - `locationName` string, required — Location name
  - `tipDate` string, required — Date when tip was created
  - `startDate` string, required — Export period start date
  - `endDate` string, required — Export period end date

## 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)
