---
title: "Get Team Workflow Executions"
method: GET
path: "/api/admin/dashboard/executions"
tags: ["Admin Dashboard"]
---

# Get Team Workflow Executions

`GET /api/admin/dashboard/executions`

Get workflow execution history for team (admin/owner only)

## Query parameters

- `limit` integer
- `offset` integer
- `workflow_id` string, nullable
- `user_id` string, nullable

## Response `200`

Successful Response

- WorkflowExecutionResponse[]
  - `id` string, required
  - `workflow_id` string, required
  - `workflow_name` string, required
  - `executed_by_id` string, required
  - `executed_by_email` string, required
  - `status` string, required
  - `started_at` string, required
  - `completed_at` string, nullable
  - `rows_processed` integer, required
  - `execution_time_ms` integer, nullable
  - `error_message` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/qomplement/apis/fastapi.md) · [All operations](https://skmtc.net/qomplement/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qomplement/fastapi/versions/718de1c0d866/schema)
