2026.12 Public API / SDK Changes

1 min read

note

Heads Up – New API Version Coming Soon

We want to inform you that a new version of the Public API is currently in development. No action is required on your end at this time - we will provide full documentation and a clear adoption timeline ahead of any changes.

What's changing?

  • Enforced role-based access control (RBAC)

  • Stricter request validation

Public API

Bug Fix

tech Pagination – Skip Limit Removed

The skip pagination parameter no longer has a maximum limit of 10,000 records. Customers with more than 10,000 documents can now paginate through all content without receiving a 400 error.

Affected endpoints:

  • POST /content/content-infos

  • POST /content/folder-infos

  • POST /chat/messages (space messages)

Body:

  • skip (optional) – Number of records to skip; must be ≥ 0 (no upper limit)


Author

Last updated