---
title: "query workflow instances"
method: GET
path: "/workflow/instances"
tags: ["workflow"]
---

# query workflow instances

`GET /workflow/instances`

query workflow instances

## Query parameters

- `workflow_id` string
- `page` string
- `size` string

## Response `200`

OK

- MainQueryWorkflowInstancesResponse
  - `total` integer — total count
  - `workflow_instances` ModelWorkflowInstance[]
    - `create_time` string
    - `id` integer
    - `update_time` string
    - `workflow_id` string
    - `workflow_instance_id` string
    - `workflow_status` integer

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/apache/apis/workflow-api.md) · [All operations](https://skmtc.dev/apache/apis/workflow-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apache/workflow-api/revisions/1bfd0d88c998/schema)
