---
title: "Download Scheduled Report"
method: GET
path: "/v2/giftcards/programs/{programId}/reports/scheduled/{scheduleId}/download"
tags: ["Gift Card Reports"]
---

# Download Scheduled Report

`GET /v2/giftcards/programs/{programId}/reports/scheduled/{scheduleId}/download`

Generate and stream the latest report data for a schedule.

Defaults to the last 30 days of transactions regardless of the schedule's
configured period.  The response ``Content-Disposition`` header carries the
suggested filename derived from the schedule name and current date.

## Path parameters

- `programId` string, required
- `scheduleId` string, required

## Query parameters

- `cardId` string

## Headers

- `X-Eposn-Customer-Token` string, nullable
- `X-Eposn-Merchant-Token` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/loyalty/apis/loyaltydog.md) · [All operations](https://skmtc.net/loyalty/apis/loyaltydog/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/loyalty/loyaltydog/revisions/42b7b22af2b6/schema)
