---
title: "Search Instrument"
method: GET
path: "/v0/dataset/search"
tags: ["dataset", "log_post_param_vals"]
---

# Search Instrument

`GET /v0/dataset/search`

## Query parameters

- `q` string, required
- `asset_class` unknown[]
  - unknown
- `category` unknown[]
  - unknown
- `schema` unknown[]
  - unknown
- `publisher` unknown[]
  - unknown
- `dataset` unknown[]
  - unknown
- `venue` unknown[]
  - unknown
- `region` unknown[]
  - unknown
- `available_history` integer, nullable

## Response `200`

Successful Response

- DatasetInstrumentSearchView[]
  - `symbol` string, required
  - `display_symbol` string, required
  - `instrument_name` string, required
  - `asset_class` string, required
  - `security_type` string, required
  - `sector` string, required
  - `dataset_id` string, required
  - `service_group` string, required
  - `dataset_name` string, required
  - `available_from` string, required
  - `available_to` string, required
  - `region` string, nullable
  - `schemas` string[], nullable
  - `category` string, nullable
  - `publisher` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/databento/apis/databento-openapi-specification.md) · [All operations](https://skmtc.net/databento/apis/databento-openapi-specification/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/databento/databento-openapi-specification/revisions/08ef3d01f5b8/schema)
