---
title: "Get Instrument Detail"
method: GET
path: "/v0/dataset/instrument_detail/{dataset}"
tags: ["dataset", "log_post_param_vals"]
---

# Get Instrument Detail

`GET /v0/dataset/instrument_detail/{dataset}`

## Path parameters

- `dataset` string, required

## Query parameters

- `search_by` string, nullable
- `order_by` string
- `desc` boolean
- `asset_class` unknown[]
  - unknown
- `sector` unknown[]
  - unknown
- `product_group` unknown[]
  - unknown
- `limit` integer
- `offset` integer
- `retry` integer

## Response `200`

Successful Response

- DatasetInstrumentTableView
  - `count` integer, required
  - `data` DailyInstrumentDescription[], required
    - `symbol` string, required
    - `display_symbol` string, required
    - `instrument_name` string, required
    - `asset_class` string, nullable
    - `security_type` string, nullable
    - `dataset_id` string, nullable
    - `dataset_name` string, nullable
    - `publisher` string, nullable
    - `first_seen` string, date, nullable
    - `last_seen` string, date, nullable
    - `product_group` string, nullable
    - `volume` integer, nullable
    - `open_interest` integer, nullable
    - `sector` string, nullable
    - `close_price` number, nullable
    - `last_update_date` string, nullable

## Other responses

- `400` — If bad or unacceptable query param
- `404` — If dataset not found
- `422` — If unprocessable request
- `429` — If request rate limit exceeded

---

[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)
