Quiver query with a url

Hey, I don’t think this would work. The state part of the URL is a bit more complicated and its not something you can just generate yourself. In general, there isn’t really a primitive for creating a quiver analysis from the URL, you need to use the UI.

If your workflow is that you want to be able to quickly switch which object you’re looking at, I would suggest using quiver dashboards and setting it up with an input (https://www.palantir.com/docs/foundry/quiver/dashboards-create/#define-your-dashboard-inputs-and-outputs) which is the object you’re looking at. That way you can just quickly swap the input and the charts would update based on your newly selected value.

If you need this to be done by URL, you could embed your dashboard in workshop with a workshop variable being the input to the quiver dashboard and then have the workshop variable controlled by the URL (https://www.palantir.com/docs/foundry/workshop/routing/#routing-for-variables).