---
title: "GET /api/v1/executions"
method: GET
path: "/api/v1/executions"
---

# GET /api/v1/executions

`GET /api/v1/executions`

Returns a list of all executions.

## Query parameters

- `exclude_attributes` string[]
- `include_attributes` string[]
- `limit` integer
- `offset` integer
- `sort` string
- `sort_asc` string
- `sort_desc` string
- `id` string[]
- `status` string
- `parent` string
- `trigger_type` string
- `trigger` string
- `trigger_instance` string
- `rule` string
- `action` string
- `runner` string
- `user` string
- `liveaction` string
- `timestamp` string
- `timestamp_lt` string
- `timestamp_gt` string
- `show_secrets` boolean

## Response `200`

List of executions

## Other responses

- `default` — Unexpected error

---

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