---
title: "Get Team Workflows"
method: GET
path: "/api/admin/dashboard/workflows"
tags: ["Admin Dashboard"]
---

# Get Team Workflows

`GET /api/admin/dashboard/workflows`

Get all workflows from team members (admin/owner only)

## Query parameters

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

## Response `200`

Successful Response

- TeamWorkflowResponse[]
  - `id` string, required
  - `name` string, required
  - `workflow_type` string, required
  - `owner_id` string, required
  - `owner_email` string, required
  - `owner_name` string, required
  - `execution_count` integer, required
  - `last_executed_at` string, nullable
  - `last_execution_status` string, nullable
  - `created_at` string, required

## 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/revisions/718de1c0d866/schema)
