I want to use list envelopes to get the status of all envelopes but the 50 limit seems really low

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

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

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.

There wouldn’t be a way to do it by date I’m afraid, just by envelope status - sorry about that!