---
title: "POST /base/{baseId}/workflow/{workflowId}/test/{nodeId}"
method: POST
path: "/base/{baseId}/workflow/{workflowId}/test/{nodeId}"
tags: ["automation"]
---

# POST /base/{baseId}/workflow/{workflowId}/test/{nodeId}

`POST /base/{baseId}/workflow/{workflowId}/test/{nodeId}`

test a automation workflow node

## Path parameters

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

## Request body

- object
  - `recordId` string — the record id to test
  - `sideEffect` boolean — whether to test with side effect
  - `withDependency` boolean — whether to test with dependency

## Response `200`

Successful updated

- object
  - `spent` number — spent time
  - `inputRaw` unknown
  - `outputRaw` unknown
  - `inputVariables` object — The variables snapshot when executed
  - `outputVariables` object — The variables snapshot when executed
  - `errorMsg` string
  - `createdTime` string, 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)
