---
title: "List all flow runs"
method: GET
path: "/flow-runs"
tags: ["FlowRuns"]
---

# List all flow runs

`GET /flow-runs`

## Query parameters

- `limit` integer
- `cursor` string
- `flowId` string
- `universalFlowId` string
- `integrationFlowId` string
- `connectionFlowId` string
- `tenantId` string
- `userId` string
- `state` 'queued' | 'running' | 'completed' | 'stopped' | 'failed'
- `integrationId` string
- `connectionId` string
- `externalAppId` string
- `from` string
- `to` string
- `search` string

## Response `200`

- FlowRunsPaginatedResponseDto — unresolved $ref

---

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