---
title: "Apply Log"
method: GET
path: "/applies/{apply}/output"
tags: ["applies"]
---

# Apply Log

`GET /applies/{apply}/output`

Download the raw output of the terraform apply stage.

## Path parameters

- `apply` string, required

## Query parameters

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

## Response `200`

Apply log.

## Other responses

- `204` — Apply has not completed yet or can't be served.
- `302` — The location of the temporary download link.
- `404` — Apply 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)
