list_test_versions
List version history for a test.
List version history for a test.
Read-only · Calls external systems. Safe to call: this tool does not modify data.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
date | string | No | Filter by date (YYYY-MM-DD) to see versions for that day |
detail | boolean | No | Return full JSON for each version (default: false — compact one-liners) |
page | number | No | Page number (default: 1) |
page_size | number | No | Results per page (default: 20) |
test_id | number | Yes | ID of the test |
Example arguments
Illustrative arguments an agent supplies when calling this tool:
{
"test_id": 0
}
Description
Without date: returns available history dates. With date: returns paginated versions for that date (compact one-liner by default; use detail=true for full JSON).
What's next?
Last updated on