Test a single node
Utilities
Test a single node
Executes a single workflow node in isolation with a provided context. This is a powerful debugging tool to test a node’s logic without running an entire workflow.
POST
Test a single node
Authorizations
Standard JWT for user sessions obtained via Altostrat authentication.
Body
application/json
A mock context object, simulating the state of a workflow run before this node is executed.
Example:
{
"n1": {
"trigger_type": "manual",
"run_id": "fl_run_example"
}
}The prefixed ID of an Authorization to use if the node requires it (e.g., altostrat_api).
Example:
"auth_01H..."