Get recent activity for logged-in user
users_list_me_activity(status = NULL, author = NULL, order = NULL)
An array containing the following fields:
string, The ID of the object.
string, The name of the object.
string, The type of the object.
string, The user associated with the object.
string, The job category, if the object is a job.
string, The state of the object. One of "succeeded", "failed", or "running".
string, When the object was last updated.
string, When the job is next scheduled to run, if the object is a job.
string, The ID of the last run, if the object is a job.
string, The state of the last run, if the object is a job. One of "succeeded", "failed", or "running".
string optional. The status to filter objects by. One of "all", "succeeded", "failed", or "running".
string optional. A comma separated list of author IDs to filter objects by.
string optional. The order of the jobs. If set to "name", the order is DESC alphabetically. If set to "newest", the order is DESC by most recently updated.