powered by
Get activity logs
get_activity_logs( object_type = NULL, object_id = NULL, event_type = NULL, parent_project_id = NULL, parent_item_id = NULL, initiator_id = NULL, since = NULL, until = NULL, limit = 30, offset = 0, token = get_todoist_api_token() )
tibble of activity events
filter by object type (e.g., "project", "item", "note")
filter by specific object id
filter by event type (e.g., "added", "updated", "completed")
filter by parent project id
filter by parent item id
filter by user who initiated the action
return events since this date (format: YYYY-MM-DDTHH:MM:SS)
return events until this date (format: YYYY-MM-DDTHH:MM:SS)
maximum number of events to return (default 30, max 100)
offset for pagination
todoist API token
if (FALSE) { get_activity_logs() get_activity_logs(object_type = "item", event_type = "completed") }
Run the code above in your browser using DataLab