List predefined queries
Returns the list of saved queries (shared and optionally personal) for the project. Each row includes the query ID, name, path, and other metadata. Use the query ID from this result in the "Get work items by predefined query ID" example to run a saved query and get its work items. Specify the project in the WITH clause.
SELECT * FROM get_queries
WITH(
Project='Odbc'
)