API Refresh with parameters in query string #7217
-
Hello, I've been trying to build a Pyton script where I refresh a query with parameters in the JSON body, check the progress and then retrieve the results - all via API calls.
My refresh call is made via: My refresh call body looks like this:
At first I was getting the following error: I also tried changing the parameter names in accordance to the URL query strings used on the redash website URL but this gave me the same result:
Does anyone have any experience with running the refresh call with parameters in the JSON body? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I realised that I used an outdated endpoint with |
Beta Was this translation helpful? Give feedback.
I realised that I used an outdated endpoint with
/refresh
.Using the
/results
endpoint worked.