---
title: "/essentials/lookup"
method: GET
path: "/lookup"
---

# /essentials/lookup

`GET /lookup`

Use the /lookup endpoint to retrieve a list of the tables that can be passed as a filter_name to the lookup detail endpoints. The tables and their contents can be used to generate dropdowns and filters in your system when using the Essentials API.

## Response `200`

OK

- object
  - `code` integer — Response Code
  - `message` string — Diagnostic message for response status
  - `took` integer — Time taken for request to process
  - `errors` string[] — List of errors encountered
  - `data` string[]

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — No Results Found
- `406` — Not Acceptable
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.dev/candid/apis/rfpapi.md) · [All operations](https://skmtc.dev/candid/apis/rfpapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/candid/rfpapi/revisions/bb9133e46de6/schema)
