Tests
List Workflow Tests
List workflow tests.
Requires workflow_id and returns its saved tests as a cursor-paginated
list, each with its latest-run summaries and drift status. Optionally
filter to one block with target_block_id. Returns 404 if the workflow
does not exist.
GET
List all workflow tests for a workflow. Optionally filter by
target_block_id to
get only the tests that target a specific block.
Each entry in data is a full WorkflowTest (target, source, assertion,
schema-drift state, latest run summaries). Use this to populate a Tests page or
to check whether a workflow has any tests before offering to run them.
The response uses the canonical Retab list envelope:
{ "data": [...], "list_metadata": { "before": null, "after": null } }.
Authorizations
Query Parameters
Required range:
1 <= x <= 100Available options:
asc, desc