I want to ask about CQL in confluence.
I heard that you can only retrieve up to 250 searches using CQL in the API.
It seems meaningless to specify 1000 in the limit.
So what if, for example, I want to retrieve more than 250 search results?
Hi @青山 明 ,
if you are talking about CQL through rest api you need to use pagination (https://developer.atlassian.com/cloud/confluence/rest/v1/intro/#status-code)
This approach avoid perfomance issues.
Hope this helps,
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.