Logs
Download Logs
Download logs associated with the specified workload, including Jobs, Services, Job Runs, Pods, or Workflows. Logs are filtered based on the provided query parameters.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Query Parameters
Start timestamp for querying logs, in nanoseconds from the Unix epoch.
Example:
"1635467890123456789"
End timestamp for querying logs, in nanoseconds from the Unix epoch.
Example:
"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.
Response
200
application/json
Successfully retrieved and streamed logs as a downloadable file
The response is of type file
.