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

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

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

get automation workflow run summary statistics

## Path parameters

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

## Response `200`

Successful response

- object
  - `totalCount` number, required — total number of runs
  - `statusStats` object, required — count of runs by status
    - `success` number, required
    - `failed` number, required
    - `running` number, required
    - `pending` number, required
    - `canceled` number, required
  - `avgSpent` number, required — average runtime in milliseconds

---

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