Deploy log missing chunks of history

I want to download my historical deployments for the site grunfin-landing.

I use Netlify CLI to access the listSiteDeploys call like this:

netlify api listSiteDeploys -d "{\"site_id\": \"982ab1dc-e512-426a-9e3d-49ecb4038f71\", \"per_page\": 100, \"production\": \"true\", \"page\": 1 }" > web_deploys_1.json

It’s not an API problem alone, I see no deploys either on the site:

@alvarl It may be related to this:

Thanks @nathanmartin , I think this is exactly it and explains the slightly chaotic nature of missing deploys I seemed to be witnessing.

1 Like