---
title: "Get Permit Run Packet"
method: GET
path: "/permit-runs/{run_id}/packet"
tags: ["operator-runs"]
---

# Get Permit Run Packet

`GET /permit-runs/{run_id}/packet`

Presigned packet artifacts for one run (previews, flattened, editable).

URLs are minted per request and never stored; a dashboard edit's artifacts
transparently replace the originals (latest flattened wins everywhere).

## Path parameters

- `run_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `404` — Not found
- `422` — Validation Error

---

[API](https://skmtc.dev/noso/apis/crucible-backend-api.md) · [All operations](https://skmtc.dev/noso/apis/crucible-backend-api/llms.txt) · [OpenAPI document](https://skmtc.dev/noso/apis/crucible-backend-api/revisions/9afc3ea00b16?raw)
