Skip to main content
POST
Test a single node

Authorizations

Authorization
string
header
required

Standard JWT for user sessions obtained via Altostrat authentication.

Body

application/json
node
object
required
context
object

A mock context object, simulating the state of a workflow run before this node is executed.

Example:
authorization_id
string | null

The prefixed ID of an Authorization to use if the node requires it (e.g., altostrat_api).

Example:

"auth_01H..."

Response

The node executed successfully.

status
enum<string>
Available options:
success
output
object

The JSON output from the node's execution.