---
title: "Plan Log"
method: GET
path: "/plans/{plan}/output"
tags: ["plans"]
---

# Plan Log

`GET /plans/{plan}/output`

Download the raw output of the terraform plan stage.

## Path parameters

- `plan` string, required

## Query parameters

- `clean` boolean
- `format` 'text' | 'gzip'

## Response `200`

Plan log.

## Other responses

- `204` — Plan has not completed yet or can't be served.
- `302` — The location of the temporary download link.
- `404` — Plan not found or user unauthorized to perform action.
- `4XX` — Client error.
- `5XX` — Server error.

---

[API](https://skmtc.net/scalr/apis/scalr-iacp-api.md) · [All operations](https://skmtc.net/scalr/apis/scalr-iacp-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scalr/scalr-iacp-api/revisions/fc927526ad12/schema)
