---
title: "GET /base/{baseId}/workflow/{workflowId}/run/{runId}"
method: GET
path: "/base/{baseId}/workflow/{workflowId}/run/{runId}"
tags: ["automation"]
---

# GET /base/{baseId}/workflow/{workflowId}/run/{runId}

`GET /base/{baseId}/workflow/{workflowId}/run/{runId}`

get automation workflow run list

## Path parameters

- `baseId` string, required
- `workflowId` string, required
- `runId` string, required

## Response `200`

Successful response

- object[] — workflow run history
  - `id` string, required — id of the step
  - `status` 'success' | 'failed' | 'running' | 'canceled' | 'pending', required
  - `nodeId` string, required — id of the node
  - `nodeType` string, required — type of the node
  - `nodeName` string — node name
  - `nodeCategory` string, required — node category
  - `createdTime` string, required — time when the step was created
  - `testedTime` string — time when the node was tested
  - `spent` number — spent time
  - `inputRaw` unknown
  - `outputRaw` unknown
  - `inputVariables` object — The variables snapshot when executed
  - `outputVariables` object — The variables snapshot when executed
  - `errorMsg` string

---

[API](https://skmtc.dev/teable/apis/teable-app.md) · [All operations](https://skmtc.dev/teable/apis/teable-app/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/teable/teable-app/revisions/7515f3b33d79/schema)
