List Test Results
List workflow test results for a single run, page by page.
Pagination strategy: the parent
workflow_test_runs.result_run_record_ids document already holds the
ordered list of child record IDs. workflow_block_test_runs rows do
not carry a run_id field (the relationship lives only on the
parent), so a direct keyset query on the child collection is not
possible without a schema change. We slice the parent’s ordered list to
resolve cursors and then $in-query the child collection for only
the requested page — preserving the run-time ordering encoded in the
parent doc and avoiding a fan-out collection scan.
List the test results produced by one workflow-test run. Filter byDocumentation Index
Fetch the complete documentation index at: https://docs.retab.com/llms.txt
Use this file to discover all available pages before exploring further.
run_id;
each result also has
its own opaque id; use Get Test Run Result
to refresh one row directly.
The response uses the canonical Retab list envelope:
{ "data": [...], "list_metadata": { "before": null, "after": null } }.
Authorizations
Query Parameters
1 <= x <= 100asc, desc