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
Hello, I am currently working with the API (GET/{branch}/concepts endpoint) for data analysis, and I have encountered a limitation regarding pagination. Specially, I am unable to retrieve all the data due to the pagination limits enforced on the endpoint. When using the unlimited pagination (searchAfter) I get the following error:
"Unlimited pagination of the full concept representation is disabled in the deployment"
Given that I need to analyze all available data, this limitation poses a significant challenge.
Questions:
is there any possibility to enable unlimited pagination for my deployment or is this a global restriction for all users?
If unlimited pagination cannot be enabled, do you have any alternative suggestions or best practices for retrieving all the data efficiently? For example, are there specific parameters or methods I could use to maximize the amount of data retrieved per request?
Thank you for your help, and I look forward to your response!
The text was updated successfully, but these errors were encountered:
Hello, I am currently working with the API (GET/{branch}/concepts endpoint) for data analysis, and I have encountered a limitation regarding pagination. Specially, I am unable to retrieve all the data due to the pagination limits enforced on the endpoint. When using the unlimited pagination (searchAfter) I get the following error:
"Unlimited pagination of the full concept representation is disabled in the deployment"
Given that I need to analyze all available data, this limitation poses a significant challenge.
Questions:
Thank you for your help, and I look forward to your response!
The text was updated successfully, but these errors were encountered: