Download logs associated with the specified workload, including Jobs, Services, Job Runs, Pods, or Workflows. Logs are filtered based on the provided query parameters.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Start timestamp for querying logs, in nanoseconds from the Unix epoch.
"1635467890123456789"
End timestamp for querying logs, in nanoseconds from the Unix epoch.
"1635467891123456789"
Max number of log lines to fetch
Direction of sorting logs. Can be asc
or desc
Query params to fetch logs
Query to filter logs
Number of logs corresponding to the starting timestamp to be ignored.
Successfully retrieved and streamed logs as a downloadable file
The response is of type file
.