---
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'

## Headers

- `X-Wallet-Id` string

## Response `200`

CSV file of receivers

## Other responses

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

## Changes

- **2026-08-31** `7588d8d2a3c7` — 1 info
  - added the new optional `header` request parameter `X-Wallet-Id`
- **2026-01-08** `b6f8a6e65559` — 4 breaking, 1 info
  - for the `query` request parameter `direction`, default value was changed from `asc` to `desc`
  - for the `query` request parameter `sort`, default value was changed from `created_at` to `updated_at`
  - removed the media type `*/*` for the response with the status `401`
  - removed the media type `*/*` for the response with the status `403`
  - …1 more
- **2025-01-17** `dc42844e575d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/stellar/apis/stellar-disbursement-platform-api/changes/exports/receivers/get.md)

---

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