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

# GET /v1/flow-runs/{id}

`GET /v1/flow-runs/{id}`

Get Flow Run

## Path parameters

- `id` string, required

## Response `200`

Default Response

- FlowRun
  - `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
  - `steps` object, nullable
  - `failedStep` object
    - `name` string, required
    - `displayName` string, required
  - `stepNameToTest` string
  - `archivedAt` string, nullable
  - `stepsCount` number

---

[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)
