Run Verification
Plugins
Run Verification
Run verification plugins manually
POST
Run Verification
Run Verification
Runs verification plugins manually against a workspace.Request
Absolute path to the workspace directory
Task description for context
List of modified files to verify
Harness profile name
Verification levels to run:
L0, L1, L2, L3, customTotal timeout in milliseconds (1000-600000)
Specific plugin IDs to run (if empty, runs all applicable)
Response
Indicates if the request was successful
Combined verification result
Example Response
Verification Levels
| Level | Description |
|---|---|
L0 | Contracts: linting, type checking, required files |
L1 | Tests: unit test execution |
L2 | Blackbox: functional/integration tests |
L3 | Sanity: structural validation, coverage |
custom | Custom verification plugins |