I use the API below to get CloudWorks integrations list:
https://cloudworks.docs.apiary.io/#/reference/get-integrations
The retrieve limit is set to 250 which forces me to create multiple API calls to get the full list (using offset and limit parameters).
It could be a good idea to remove this retrieve limit (the number of integrations in Cloudworks is already limited).
Thanks!