---
title: "GET /admin/observability/workflow/{workflowId}/run-history"
method: GET
path: "/admin/observability/workflow/{workflowId}/run-history"
tags: ["admin", "observability"]
---

# GET /admin/observability/workflow/{workflowId}/run-history

`GET /admin/observability/workflow/{workflowId}/run-history`

get workflow run history

## Path parameters

- `workflowId` string, required

## Query parameters

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

## Response `200`

Successful response

- object
  - `runs` object[], required
    - `id` string, required
    - `status` 'success' | 'failed' | 'running' | 'canceled' | 'pending', required
    - `errorMsg` object
      - `i18nKey` string, required
      - `context` object
    - `spent` number
    - `createdTime` string, required
  - `total` number, required

---

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