Pete
26 February 2026 12:17
1
We’re using the API to get the status of our envelopes (we can’t use webhooks)
But the 50 limit means we’ll have to loop and set the offset a few times just to get all the data.
We’re on the “Large Business” plan and this 50 limit seems really low, https://api.signable.co.uk/v1/envelopes?limit=50 is there a way to get more?
1 Like
Etain
27 February 2026 11:15
2
Hi Pete, thanks for reaching out!
The 50 limit is the max limit so you’ll need to keep using the offset I’m afraid. However you can of course limit your endpoint to only returning ‘signed’ envelopes, if that helps!
1 Like
Pete
27 February 2026 11:26
3
Hi Etain, thank you for your response.
Is there a way to just get envelopes that have been signed after a certain date?
So after we have the status of our unsigned envelopes, we would just need to check for envelopes signed after a certain date.
Etain
27 February 2026 12:13
4
There wouldn’t be a way to do it by date I’m afraid, just by envelope status - sorry about that!