activity_monitor
fireopal.activity_monitor(limit=1, offset=0, status=None)
Print metadata from previously submitted actions.
Parameters
- limit (int , optional) – The number of actions to print. Cannot exceed 50. Defaults to 1.
- offset (int , optional) – The number of recent actions to ignore before starting to print. Defaults to 0.
- status (str or None , optional) – The filter for action status. If None, fetches actions of all statuses. Defaults to None.
Return type
None