Skip to main content
GET
Get tap run history

Authorizations

x-api-key
string
header
required

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

Query Parameters

name
string
required

Response

200 - application/json

Array of run log entries

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>