---
title: "GET /v1/flow-runs"
method: GET
path: "/v1/flow-runs"
tags: ["flow-runs"]
---

# GET /v1/flow-runs

`GET /v1/flow-runs`

List Flow Runs

## Query parameters

- `flowId` string[], required
- `tags` string[], required
- `status` string[], required
- `limit` number
- `cursor` string
- `createdAfter` string
- `createdBefore` string
- `projectId` string, required
- `failedStepName` string
- `flowRunIds` string[], required
- `includeArchived` boolean, required

## Response `200`

Default Response

- object
  - `data` object[], required
    - `id` string, required
    - `created` string, required
    - `updated` string, required
    - `projectId` string, required
    - `flowId` string, required
    - `parentRunId` string
    - `failParentOnFailure` boolean, required
    - `triggeredBy` string
    - `tags` string[]
    - `flowVersionId` string, required
    - `flowVersion` object
      - `displayName` string
    - `logsFileId` string, nullable
    - `status` 'FAILED' | 'QUOTA_EXCEEDED' | 'INTERNAL_ERROR' | 'PAUSED' | 'QUEUED' | 'RUNNING' | 'SUCCEEDED' | 'MEMORY_LIMIT_EXCEEDED' | 'TIMEOUT' | 'CANCELED' | 'LOG_SIZE_EXCEEDED', required
    - `startTime` string, nullable
    - `finishTime` string, nullable
    - `environment` 'PRODUCTION' | 'TESTING', required
    - `failedStep` object
      - `name` string, required
      - `displayName` string, required
    - `stepNameToTest` string
    - `archivedAt` string, nullable
    - `stepsCount` number
  - `next` string, nullable
  - `previous` string, nullable

---

[API](https://skmtc.dev/activepieces/apis/activepieces-documentation.md) · [All operations](https://skmtc.dev/activepieces/apis/activepieces-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/activepieces/activepieces-documentation/revisions/745e4b7f764a/schema)
