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

FieldTypeRequiredDescription
datestringNoFilter by date (YYYY-MM-DD) to see versions for that day
detailbooleanNoReturn full JSON for each version (default: false — compact one-liners)
pagenumberNoPage number (default: 1)
page_sizenumberNoResults per page (default: 20)
test_idnumberYesID 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?

All MCP tools

Browse the full tool reference by category.

Connect a client

Point Claude, Cursor, or Claude Code at the server.

Last updated on