Signing back into the Community for the first time? You'll need to reset your password to access your account.  Find out more.

Forum Discussion

csharpsteen's avatar
csharpsteen
New Contributor
4 years ago

Do Connect API responses pagenate?

I've been looking at the Connect API reference and YAML specification and I don't see pagination mentioned for the responses to GET requests that return lists of items.

For example GET /v1/vaults/{vaultUUID}/items: if I hypothetically add 100s, 1000s, 10,000s, or higher orders of magnitude, of items to a vault will the response size just keep growing until a limit on the client or server side is exceeded? Or will pagination kick in when the list hits a particular size?


1Password Version: Not Provided
Extension Version: Not Provided
OS Version: Not Provided

  • Former Member's avatar
    Former Member

    Hey csharpsteen - You are correct: there is currently no pagination support for that endpoint. You raise a valid concern, though, and I'll make sure we bump this up in the roadmap.