---
title: "Get Lookup Table Values"
method: GET
path: "/v2/datasets/odyssey/fundamentals/lookup-tables/{tableId}"
tags: ["odyssey"]
---

# Get Lookup Table Values

`GET /v2/datasets/odyssey/fundamentals/lookup-tables/{tableId}`

Get values from a specific lookup table.

Returns the rows of data for the specified table.

## Path parameters

- `tableId` string, required

## Response `200`

Successful Response

- OdysseyFundamentalsLookupTableValuesResponse
  - `success` boolean
  - `data` OdysseyFundamentalsLookupTableValuesResponseData
    - `table_id` string
    - `rows` OdysseyFundamentalsLookupTableValuesResponseDataRowsItems[]
      - `code` string
      - `name` string
    - `total` integer

---

[API](https://skmtc.dev/runcaptain/apis/api-reference.md) · [All operations](https://skmtc.dev/runcaptain/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/runcaptain/api-reference/revisions/fe4649e3f4aa/schema)
