---
title: "Download Fundraisers Report"
method: GET
path: "/organizations/{organization_id}/gfm-npo-page/download-fundraisers-report"
tags: ["Organizations", "GFM NPO Page", "Reports"]
---

# Download Fundraisers Report

`GET /organizations/{organization_id}/gfm-npo-page/download-fundraisers-report`

Downloads the most recent fundraisers report CSV file for an organization

## Path parameters

- `organization_id` integer, required

## Query parameters

- `environment` 'prod' | 'test'

## Response `200`

Success - Returns download URL

- object
  - `success` boolean
  - `download_url` string
  - `filename` string
  - `expires_at` string, date-time
  - `file_size` integer
  - `organization_id` integer
  - `type` string

## Other responses

- `403` — Unauthorized
- `404` — Report not found
- `500` — Server error

---

[API](https://skmtc.net/gofundme/apis/gofundme-pro-api.md) · [All operations](https://skmtc.net/gofundme/apis/gofundme-pro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gofundme/gofundme-pro-api/revisions/6d020bee17cc/schema)
