---
title: "Download an output package file"
method: GET
path: "/outputs/{output_id}/files/{role}"
tags: ["Filings"]
---

# Download an output package file

`GET /outputs/{output_id}/files/{role}`

Downloads one file of an output package by role: `excel`, `pdf`, `json`, or `instructions`. Returns raw file bytes with the appropriate content type.

## Path parameters

- `output_id` string, required
- `role` 'excel' | 'pdf' | 'json' | 'instructions', required

## Query parameters

- `customer_id` string

## Response `200`

File bytes.

## Other responses

- `401` — Missing or invalid bearer token.
- `403` — Insufficient scope or role — e.g. a read-scoped key on a mutating method, or an API key on an admin/approver-only endpoint.

---

[API](https://skmtc.net/lastaccountingcompany/apis/lac-customer-api.md) · [All operations](https://skmtc.net/lastaccountingcompany/apis/lac-customer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lastaccountingcompany/lac-customer-api/revisions/52e277b4f031/schema)
