Skip to main content

Methods

Get Events for Pod, Job Run, Application. The events are sourced from Kubernetes as well as events captured by truefoundry. Optional query parameters include startTs, endTs for filtering.

Parameters

typing.Optional[str]
Start timestamp (ISO format) for querying events
typing.Optional[str]
End timestamp (ISO format) for querying events
typing.Optional[str]
Application ID
typing.Optional[str]
Application FQN
typing.Optional[typing.Union[str, typing.Sequence[str]]]
Name of the pods
typing.Optional[str]
Job run name

Returns

GetEventsResponse
🔗 GetEventsResponseReturns a list of events matching the query parameters.

Usage