Run a sandbox test
POST
/api/test| Field | Required | Description |
|---|---|---|
artifactId | Yes | ID from POST /api/artifacts |
inputs | Yes | Dict of test input values |
automationId | No | Link to existing automation (ensures secrets are available during test) |
wait | No | Seconds to wait for result inline (default 10, max 10) |
Poll test run status
GET
/api/test-runs/:idstatus is success, error, or timeout.
| Status | Meaning |
|---|---|
success | Test passed, outputs available |
error | Test failed, check error and logs fields |
timeout | Sandbox timed out |