Methods
get
get
Fetch logs for various workload components, including Services, Jobs, Workflows, Job Runs, and Pods. Logs are filtered based on the provided query parameters.
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
🔗 LogsSortingDirectionDirection of sorting logs. Can be
asc or descNumber 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
🔗 LogsSearchFilterTypeQuery filter type,
regex substring ignore_case_substring🔗 LogsSearchOperatorTypeComparison operator for filter.
equal or not_equalReturns
🔗 GetLogsResponseSuccessfully retrieved logs for the workload