Skip to main content
December 1, 2021
Question

Do Connect API responses pagenate?

  • December 1, 2021
  • 1 reply
  • 75 views

I've been looking at the https://support.1password.com/connect-api-reference/#list-items 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

1 reply

December 2, 2021

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.