---
title: "GET /api/dashboard/{id}/params/{param-key}/search/{query}"
method: GET
path: "/api/dashboard/{id}/params/{param-key}/search/{query}"
tags: ["/api/dashboard"]
---

# GET /api/dashboard/{id}/params/{param-key}/search/{query}

`GET /api/dashboard/{id}/params/{param-key}/search/{query}`

Fetch possible values of the parameter whose ID is `:param-key` that contain `:query`. Optionally restrict
  these values by passing query parameters like `other-parameter=value` e.g.

    ;; fetch values for Dashboard 1 parameter 'abc' that contain 'Cam' and are possible when parameter 'def' is set
    ;; to 100
     GET /api/dashboard/1/params/abc/search/Cam?def=100

  Currently limited to first 1000 results.

## Path parameters

- `id` integer, required
- `param-key` string, required
- `query` string, required

## Response `2XX`

Successful response

## Other responses

- `4XX` — Client error response
- `5XX` — Server error response

---

[API](https://skmtc.net/metabase/apis/metabase-api.md) · [All operations](https://skmtc.net/metabase/apis/metabase-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/metabase/metabase-api/versions/08b5a2bafb4f/schema)
