---
title: "Get Workflows"
method: GET
path: "/api/v1/workflow/fetch"
tags: ["main"]
---

# Get Workflows

`GET /api/v1/workflow/fetch`

Get all workflows for the authenticated user's organization.

Returns a lightweight response with only essential fields for listing.
Use GET /workflow/fetch/{workflow_id} to get full workflow details.

## Query parameters

- `status` string, nullable — Filter by status - can be single value (active/archived) or comma-separated (active,archived)

## Headers

- `authorization` string, nullable
- `X-API-Key` string, nullable

## Response `200`

Successful Response

- WorkflowListResponse[]
  - `id` integer, required
  - `name` string, required
  - `status` string, required
  - `created_at` string, date-time, required
  - `total_runs` integer, required
  - `folder_id` integer, nullable
  - `workflow_uuid` string, nullable

## Other responses

- `404` — Not found
- `422` — Validation Error

---

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