> For the complete documentation index, see [llms.txt](https://docs.apica.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apica.io/flow/functions/ascent.lookups.md).

# Ascent.lookups

#### ascent.lookups.get

Fetch a value from a lookup table.

```
ascent.lookups.get(id: string, Key: string): any;
```

| Parameter | Type   | Description           |
| --------- | ------ | --------------------- |
| ID        | String | Lookup Table Id       |
| Key       | string | key withing the table |

Example

```
ascent.lookups.get("0195d82b-72dc-7ea5-a7c1-3c7f83ba394b","Customer Id")
```

####
