---
title: "Download Disbursement Instructions"
method: GET
path: "/disbursements/{id}/instructions"
tags: ["Disbursements"]
---

# Download Disbursement Instructions

`GET /disbursements/{id}/instructions`

Allows an SDP user to download the raw CSV file that was uploaded when creating the disbursement. This will only return results after instructions have been attached to a draft disbursement.

## Path parameters

- `id` string, required

## Response `200`

Disbursement CSV file

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

## Changes

- **2026-01-08** `b6f8a6e65559` — 4 breaking, 1 info
  - removed the media type `*/*` for the response with the status `400`
  - removed the media type `*/*` for the response with the status `401`
  - removed the media type `*/*` for the response with the status `403`
  - removed the media type `*/*` for the response with the status `404`
  - …1 more
- **2025-01-17** `dc42844e575d` — 5 breaking, 4 info
  - removed the media type `application/json` for the response with the status `400`
  - removed the media type `text/csv` for the response with the status `400`
  - removed the media type `text/csv` for the response with the status `401`
  - removed the media type `text/csv` for the response with the status `403`
  - …5 more

[Change history](https://skmtc.dev/stellar/apis/stellar-disbursement-platform-api/changes/disbursements/:id/instructions/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/39f9dc64156c/schema)
