---
title: "Get Instrument List"
method: GET
path: "/v0/instrument/instrument_list"
tags: ["instrument", "log_post_param_vals"]
---

# Get Instrument List

`GET /v0/instrument/instrument_list`

## Query parameters

- `dataset` string, required
- `asset_class` string, required
- `symbol` string, required
- `date` string, required
- `order_by` string
- `desc` boolean
- `limit` string, nullable
- `offset` string, nullable

## Response `200`

Successful Response

- InstrumentDetailListView
  - `count` integer, required
  - `actual_date` string, required
  - `instrument_first_seen_date` string, required
  - `instrument_last_seen_date` string, required
  - `data` array[], required
    - union[]
      - union
        - string
        - number
        - integer
  - `message` string, nullable
  - `code` 'degraded' | 'non-trading' | 'pending'

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