Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Confluence is enforcing paging (with default = 100). How to load all pages from given space? #38

Open
iCUE-Solutions opened this issue Apr 27, 2023 · 0 comments

Comments

@iCUE-Solutions
Copy link

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)

@iCUE-Solutions 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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant