A Json-Path expression that reads the token for the next page from each response body, for example $.continuationToken (Nexus 3) or $.nextPageStart (Bitbucket Server).

A string or number is used as the token. When the expression finds nothing, or yields null or an empty string, the page is the last one. Any other result (an object, array or boolean) also ends pagination and logs a warning.