Get all Activity Logs

Hi all!
I’m trying to capture the date that a certain event happened (the change of the column value to a specific value that may been changed already).
I thought of going through the log activities and filter this events.
How can I go over all the logs when I can get only the last 10,000 logs?
I’m using Python script.
Thanks!