You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.
The text was updated successfully, but these errors were encountered:
iCUE-Solutions
changed the title
Confluence page paging constrains loading all pages from given space
Confluence is enforcing paging (with default = 100). How to load all pages from given space?
Apr 27, 2023
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
While the example limits the retrieval to 50 documents, Confluences has a page limit of 100. How does one retrieve all pages from a larger space.
The loader.paginate_requests = True seems to only work within the loader limit?
loader = ConfluenceLoader( url="https://yoursite.atlassian.com/wiki", username="me", api_key="12345" ) documents = loader.load(space_key="SPACE",limit=50)
The text was updated successfully, but these errors were encountered: