---
title: "Download Attribution Report"
method: GET
path: "/api/attribution-report/download"
tags: ["attribution-report"]
---

# Download Attribution Report

`GET /api/attribution-report/download`

Download attribution report as CSV.

Returns investigation attribution data for the authenticated user's team
within the specified date range.

## Query parameters

- `start_date` string, date-time, nullable — Start date for report (ISO format). Defaults to 14 days ago.
- `end_date` string, date-time, nullable — End date for report (ISO format). Defaults to now.
- `include_summary` boolean — Include summary statistics at end of CSV

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/deeptrace/apis/fastapi.md) · [All operations](https://skmtc.net/deeptrace/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deeptrace/fastapi/versions/1af581120ec0/schema)
