---
title: "JSON Output"
method: GET
path: "/plans/{plan}/json-output"
tags: ["plans"]
---

# JSON Output

`GET /plans/{plan}/json-output`

Download JSON formatted execution plan.

## Path parameters

- `plan` string, required

## Query parameters

- `format` 'text' | 'gzip'

## Response `200`

Terraform json plan.

## Other responses

- `204` — Plan has not yet completed.
- `404` — Plan not found or user unauthorized to perform action.
- `413` — Plan cannot be served due to size limitations.
- `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)
