---
title: "List Workflows"
method: GET
path: "/workflows/"
tags: ["workflows"]
---

# List Workflows

`GET /workflows/`

List workflows with optional filtering.

## Query parameters

- `workspace_name` string, nullable — Filter by workspace name
- `status_filter` string, nullable — Filter by status
- `limit` integer — Maximum number of workflows to return

## Response `200`

Successful Response

- WorkflowStatusResponse[]
  - `workflow_id` string, required — Workflow ID
  - `document_id` string, required — Document ID
  - `group_id` string, required — RQ Group ID
  - `status` string, required — Workflow status
  - `progress` number, required — Progress percentage (0.0-1.0)
  - `reference` string, nullable — Document reference
  - `workspace_name` string, nullable — Workspace name
  - `workspace_id` string, nullable — Workspace ID
  - `workflow_type` string, required — Type of workflow
  - `total_jobs` integer, required — Total number of jobs
  - `completed_jobs` integer, required — Number of completed jobs
  - `failed_jobs` integer, required — Number of failed jobs
  - `running_jobs` integer, required — Number of running jobs
  - `created_at` string, date-time, nullable — When workflow was created
  - `updated_at` string, date-time, nullable — When workflow was last updated
  - `error` string, nullable — Error message if workflow failed
  - `jobs` object[], nullable — Detailed job information

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `422` — Unprocessable Content
- `500` — Internal Server Error

---

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