-
What Grafana version and what operating system are you using?
- Grafana Cloud Instance
-
What are you trying to achieve?
- My current endpoint returns limited results, so trying to use Pagination.
-
How are you trying to achieve it?
- I am using an Infinity datasource with an API call. I am trying to use a cursor type pagination with a replace URL option. I have a dashboard variable configured and set in the URL.
-
What happened?
- I was expecting it to set that dashboard variable to the cursor value for subsequent runs. When it runs, it just runs my initial request multiple times and doesn’t perform the pagination.
-
What did you expect to happen?
- I expected it to return the next set of results and not the same ones over and over
-
Can you copy/paste the configuration(s) that you are having problems with?
-
Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.
-
There are no errors whatsoever, however I can see that the same URL is being called multiple times, duplicating the existing data
-
-
Did you follow any online instructions? If so, what is the URL?
- I tried to follow this documentation here:
Pagination of API responses · grafana/grafana-infinity-datasource · Discussion #601
- I tried to follow this documentation here:
Any help and guidance in getting this working correctly would be helpful. I have tried to modify my Extraction Path with multiple different variations of this format. I have even tested my path with online jsonpath testers to make sure that I am retrieving the correct value from my json.
Thank you.

