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

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

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

get automation workflow run history list

## Path parameters

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

## Query parameters

- `skip` number, nullable — skip number
- `take` number, nullable — take number
- `status` 'success' | 'failed' | 'running' | 'canceled' | 'pending' — filter by status

## Response `200`

Successful response

- object
  - `rowCount` number, required — total number of the runs
  - `runs` object[], required — workflow run history
    - `id` string, required — id of the action run
    - `status` 'success' | 'failed' | 'running' | 'canceled' | 'pending', required
    - `errorMsg` object — error message of the workflow run
      - `i18nKey` string, required
      - `context` object
    - `spent` number — spent of the workflow run
    - `createdTime` string, required — started time of the workflow run

---

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