---
title: "Get a Run"
method: GET
path: "/runs/{run}"
tags: ["runs"]
---

# Get a Run

`GET /runs/{run}`

Show details of a specific run.

## Path parameters

- `run` string, required

## Query parameters

- `include` string[]
- `fields` object
  - `applies` string — The comma-separated list of fields to return in response for Apply resource.
  - `configuration-versions` string — The comma-separated list of fields to return in response for ConfigurationVersion resource.
  - `cost-estimates` string — The comma-separated list of fields to return in response for CostEstimate resource.
  - `environments` string — The comma-separated list of fields to return in response for Environment resource.
  - `plans` string — The comma-separated list of fields to return in response for Plan resource.
  - `policy-checks` string — The comma-separated list of fields to return in response for PolicyCheck resource.
  - `runs` string — The comma-separated list of fields to return in response for Run resource.
  - `status-transitions` string — The comma-separated list of fields to return in response for StatusTransition resource.
  - `tags` string — The comma-separated list of fields to return in response for Tag resource.
  - `users` string — The comma-separated list of fields to return in response for User resource.
  - `vcs-revisions` string — The comma-separated list of fields to return in response for VcsRevision resource.
  - `workspaces` string — The comma-separated list of fields to return in response for Workspace resource.

## Response `200`

Success.

## Other responses

- `404` — Run 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)
