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.
JSON string containing array of search filters with string, type and operator
String that needs to be matched
Query filter type, regex
substring
ignore_case_substring
regex
, substring
, ignore_case_substring
Comparison operator for filter. equal
or not_equal
equal
, not_equal
Response
Successfully retrieved logs for the workload
List of logs