---
title: "List queries"
method: GET
path: "/v1/queries"
---

# List queries

`GET /v1/queries`

Retrieve a paginated list of queries owned by the account tied to the API key

## Query parameters

- `api_key` string
- `limit` integer
- `offset` integer

## Headers

- `X-Dune-Api-Key` string, required

## Response `200`

OK

- ModelsListQueriesResponse
  - `queries` ModelsResolvedQueryOverview[] — List of queries
    - `created_at` string
    - `description` string — Description of the query
    - `id` integer — Unique identifier of the query
    - `name` string — Name of the query
    - `owner` string — Owner handle (username or team handle)
    - `tags` string[] — Tags associated with the query
    - `updated_at` string
  - `total` integer — Total number of queries available

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.dev/dune/apis/duneapi.md) · [All operations](https://skmtc.dev/dune/apis/duneapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dune/duneapi/revisions/f3a7a865f95b/schema)
