---
title: "List Runs"
method: GET
path: "/api/v1/workflow/{workflow_id}/runs"
tags: ["Workflow"]
---

# List Runs

`GET /api/v1/workflow/{workflow_id}/runs`

## Path parameters

- `workflow_id` string, uuid, required

## Query parameters

- `page` integer
- `size` integer

## Response `200`

Successful Response

- IGetResponsePaginatedIWorkflowRunRead
  - `message` string, nullable
  - `meta` object
  - `data` PageBaseIWorkflowRunRead, required
    - `items` IWorkflowRunRead[], required
      - `workflow_id` string, uuid, required
      - `workflow_version` integer
      - `trigger_payload` object
      - `context` object
      - `current_node_id` string, nullable
      - `status` 'running' | 'waiting' | 'done' | 'failed' | 'cancelled'
      - `started_at` string, date-time, nullable
      - `finished_at` string, date-time, nullable
      - `error` string, nullable
      - `id` string, uuid, required
      - `created_at` string, date-time, nullable
    - `total` integer, nullable, required
    - `page` integer, nullable, required
    - `size` integer, nullable, required
    - `pages` integer, nullable
    - `previous_page` integer, nullable — Page number of the previous page
    - `next_page` integer, nullable — Page number of the next page

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/insighto/apis/ragify.md) · [All operations](https://skmtc.dev/insighto/apis/ragify/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/insighto/ragify/revisions/cdca56191be9/schema)
