---
title: "Get one output package"
method: GET
path: "/outputs/{output_id}"
tags: ["Filings"]
---

# Get one output package

`GET /outputs/{output_id}`

Returns a single output package with its metadata and file roles.

## Path parameters

- `output_id` string, required

## Query parameters

- `customer_id` string

## Response `200`

Output package.

- PortalOutputPackage — A produced output package (e.g. a VAT return draft or close report) and its downloadable file roles (`excel`, `pdf`, `json`, `instructions`).

## 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/versions/52e277b4f031/schema)
