Events¶
A method is available in the Client
class for retrieving events. In the examples below
an instance of the Client
class needs to be created first, i.e
All events¶
To obtain all events associated with a run:
whererun
is the run name. The output is in the form of a list of dictionaries of the form:
Pagination¶
To retrieve n
events starting from index m
, use:
Filtering¶
To retrieve all events from a run containing the word Exception
, use: