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 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
🔗 LogsSearchFilterTypeQuery filter type,
regex
or substring
🔗 LogsSearchOperatorTypeComparison operator for filter.
equal
or not_equal
Returns
🔗 GetLogsResponseSuccessfully retrieved logs for the workload