ktm tests history

List version history for a test

List version history for a test

Usage

ktm tests history <id> [flags]

Examples

# List available history dates
ktm tests history 16480

# List versions for a specific date
ktm tests history 16480 --date 2026-03-06

# Paginate through versions
ktm tests history 16480 --date 2026-03-06 --page 2

Arguments

ArgumentRequired
idYes

Flags

FlagTypeDefaultDescription
--datestringFilter by date (YYYY-MM-DD)
--pagestringPage number (default: 1)
--page-sizestringResults per page (default: 20)

Details

View the version history of a test. Without --date, shows available history dates. With --date, shows paginated versions for that date.

Every test edit creates a history version automatically.

Global flags (--output, --debug, --host, …) apply to every command. See the command reference overview.

What's next?

All commands

Browse the full CLI reference.

Get started

Install the CLI and authenticate.

Last updated on