Retrieve a paginated list of queries owned by the account tied to the API key
id: Unique identifier of the queryname: Name of the querydescription: Description of the queryowner: Owner handle (username or team handle)tags: Tags associated with the querycreated_at: Timestamp of when the query was createdupdated_at: Timestamp of when the query was last updatedtotal: Total number of queries available (for pagination)limit and offset parameters to paginate through large result sets:
limit: Number of queries to return per page (default: 20)offset: Number of queries to skip (default: 0)API Key for the service
API Key, alternative to using the HTTP header X-Dune-Api-Key
Number of queries to return on a page. Default: 20
Offset used for pagination. Default: 0