cURL
curl --request GET \ --url http://localhost:8080/api/v1/tap/logs \ --header 'x-api-key: <api-key>'
[ { "tapName": "<string>", "runTime": "<string>", "status": "success", "recordCount": 123, "dataType": "<string>", "logs": "<string>", "error": "<string>", "pushToPipeline": true, "durationMs": 123 } ]
Returns the last 50 run log entries for a tap, sorted by most recent first.
Optional API key for authentication (enabled via application.yaml)
Array of run log entries
success
failure