Skip to main content
GET
Get run history across all taps

Authorizations

x-api-key
string
header
required

Optional API key for authentication (enabled via application.yaml)

Query Parameters

since
integer<int64>

Only return runs created at or after this epoch-milliseconds timestamp (default now minus 30 days)

limit
integer
default:2000

Maximum entries to return (values above 5000 are clamped)

Required range: x <= 5000

Response

Array of run log entries across all taps

tapName
string
runTime
string
status
enum<string>
Available options:
success,
failure
recordCount
integer
dataType
string
logs
string
error
string
mode
enum<string>

'run' = results persisted to the target pipeline; 'test' = script executed, results discarded

Available options:
run,
test
durationMs
integer<int64>