Speeding up calling api endpoint to get deploys for a site

you probably need to paginate your request, @jnicholls . That’s how the deploy listing page goes so fast - we’re only asking for 15 results. You can find the way our UI uses pagination following the workflow here:

If you do have a paginated call already, please share the syntax you use since I’d guess it’s not working :slight_smile: