Get run history across all taps
Taps
Get run history across all taps
Returns run log entries for every tap, newest window first. Feeds the Ops activity dashboard’s aggregation. Defaults to the last 30 days, capped at 2000 rows.
GET
Get run history across all taps
Authorizations
Optional API key for authentication (enabled via application.yaml)
Query Parameters
Only return runs created at or after this epoch-milliseconds timestamp (default now minus 30 days)
Maximum entries to return (values above 5000 are clamped)
Required range:
x <= 5000Response
Array of run log entries across all taps
Available options:
success, failure 'run' = results persisted to the target pipeline; 'test' = script executed, results discarded
Available options:
run, test 