---
title: "List Executions"
method: GET
path: "/executions"
tags: ["executions"]
---

# List Executions

`GET /executions`

List trigger executions. Tenant-scoped if authenticated.

## Query parameters

- `trigger_id` string, uuid, nullable
- `status` string, nullable
- `limit` integer

## Response `200`

Successful Response

- RoutersExecutionsExecutionResponse[]
  - `agent` string, nullable
  - `completed_at` string, date-time, nullable
  - `condition_snapshot` object, nullable
  - `context` object, nullable
  - `created_at` string, date-time, nullable
  - `error` string, nullable
  - `id` integer, required
  - `result` object, nullable
  - `squad` string, nullable
  - `started_at` string, date-time, nullable
  - `status` string, required
  - `trigger_id` integer, nullable
  - `trigger_name` string, nullable

## Other responses

- `422` — Validation Error

---

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