---
title: "Export Receivers"
method: GET
path: "/exports/receivers"
tags: ["Exports"]
---

# Export Receivers

`GET /exports/receivers`

Exports a CSV file of receivers.

## Query parameters

- `q` string
- `status` 'DRAFT' | 'READY' | 'REGISTERED' | 'FLAGGED'
- `created_at_after` string
- `created_at_before` string
- `sort` 'updated_at' | 'created_at'
- `direction` 'asc' | 'desc'

## Response `200`

CSV file of receivers

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/stellar/apis/stellar-disbursement-platform-api.md) · [All operations](https://skmtc.net/stellar/apis/stellar-disbursement-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stellar/stellar-disbursement-platform-api/revisions/39f9dc64156c/schema)
