---
title: "Export Disbursements"
method: GET
path: "/exports/disbursements"
tags: ["Exports"]
---

# Export Disbursements

`GET /exports/disbursements`

Exports a CSV file of disbursements.

## Query parameters

- `q` string
- `status` 'DRAFT' | 'READY' | 'STARTED' | 'PAUSED' | 'COMPLETED'
- `created_at_after` string
- `created_at_before` string
- `sort` 'name' | 'created_at'
- `direction` 'asc' | 'desc'

## Response `200`

CSV file of disbursements

## 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)
