---
title: "List Executions"
method: GET
path: "/v1/teams/{team_id}/executions"
tags: ["operator"]
---

# List Executions

`GET /v1/teams/{team_id}/executions`

## Path parameters

- `team_id` string, uuid, required

## Query parameters

- `execution_type` string[], nullable
- `status` string[], nullable
- `work_item_id` string, uuid, nullable
- `limit` integer
- `offset` integer

## Headers

- `authorization` string, nullable
- `x-darwin-token` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/stormy/apis/stormy-control-plane.md) · [All operations](https://skmtc.dev/stormy/apis/stormy-control-plane/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stormy/stormy-control-plane/revisions/cb4b3e1a2e37/schema)
