- Productionhttps://api-v2.dash.app/saved-searches/{id}
- Staginghttps://api-v2.dashstaging.app/saved-searches/{id}
curl -i -X GET \
'https://api-v2.dash.app/saved-searches/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "result": { "id": "1627573b-1273-441e-90d1-505d1f8ab47c", "accountId": "cfb665ca-ce35-4418-b9d5-70ee815db4bd", "creatorId": "google-oauth2|110955770826801837334", "name": "My favourite search", "emailUserOnNewUploads": true, "criterion": { … }, "sorts": [ … ] }, "permittedActions": [ { … } ] }