---
title: "GET /api/v1/executions/{id}"
method: GET
path: "/api/v1/executions/{id}"
---

# GET /api/v1/executions/{id}

`GET /api/v1/executions/{id}`

Get one execution.

## Path parameters

- `id` string, required

## Query parameters

- `exclude_attributes` string[]
- `include_attributes` string[]
- `show_secrets` boolean
- `max_result_size` integer

## Response `200`

Execution requested

## Other responses

- `default` — Unexpected error

## Changes

- **2021-03-20** `fffb525f3f28` — 1 info
  - added the new optional `query` request parameter `max_result_size`
- **2019-01-15** `1ff23e4511a0` — 2 info
  - added the new optional `query` request parameter `exclude_attributes`
  - added the new optional `query` request parameter `include_attributes`
- **2018-08-01** `2c25ec6eb308` — 3 warning
  - deleted the `query` request parameter `exclude_attributes`
  - deleted the `query` request parameter `include_attributes`
  - deleted the `query` request parameter `max_result_size`

[Change history](https://skmtc.dev/stackstorm/apis/stackstorm-api/changes/api/v1/executions/:id/get.md)

---

[API](https://skmtc.dev/stackstorm/apis/stackstorm-api.md) · [All operations](https://skmtc.dev/stackstorm/apis/stackstorm-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stackstorm/stackstorm-api/revisions/85e49f390588/schema)
