Get Logs
Fetch logs for various workload components, including Services, Jobs, Workflows, Job Runs, and Pods. Logs are filtered based on the provided query parameters.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Start timestamp for querying logs, in nanoseconds from the Unix epoch.
End timestamp for querying logs, in nanoseconds from the Unix epoch.
Max number of log lines to fetch
Direction of sorting logs. Can be asc
or desc
asc
, desc
Number of logs corresponding to the starting timestamp to be ignored.
Application ID
Application FQN
Deployment ID
Name of the Job Run for which to fetch logs.
Name of Pod for which to fetch logs.
Name of the Container for which to fetch logs.
List of pod names for which to fetch logs.
Regex pattern for pod names to fetch logs.
String that needs to be matched
Query filter type, regex
or substring
regex
, substring
Comparison operator for filter. equal
or not_equal
equal
, not_equal
Response
List of logs