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

# GET /base/{baseId}/workflow

`GET /base/{baseId}/workflow`

get automation workflow list in base

## Path parameters

- `baseId` string, required

## Query parameters

- `onlyFirst` boolean, nullable

## Response `200`

Successful response

- object[]
  - `id` string, required — a unique identifier for the workflow
  - `name` string — the name of the workflow
  - `description` string — description of the workflow
  - `hasDraft` boolean — has draft of the workflow
  - `isActive` boolean — is active of the workflow
  - `createdBy` string, required — created by user id
  - `createdTime` string, required — created time of the workflow
  - `lastModifiedTime` string — last modified time of the workflow
  - `lastModifiedBy` string — last modified by user id
  - `nodes` object[], required
    - `id` string, required
    - `type` string, required
    - `category` 'logic' | 'trigger' | 'action' | 'control', required

---

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