Search runs
Finds past runs of a test, each carrying how many of its checks passed. The body takes take and skip, so results arrive a page at a time rather than all at once.
Authorizations
Voiceflow bearer token
Query Parameters
The ID of the project to operate on.
The alias of the environment to operate on (e.g. main).
Body
The maximum number of results to return, used for pagination.
1 <= x <= 100The number of results to skip, used for pagination.
0 <= x <= 9007199254740991Restrict results to runs of this test. Omit to search across all tests.
Response
Returns the runs matching the search body, each carrying the testID it belongs to, its status, its check tallies, and the credits it consumed. Set testID in the body to narrow to one test's history, or omit it to search every test in the environment.