> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getmodus.com/llms.txt
> Use this file to discover all available pages before exploring further.

# modus context items lookup

> Look up a single context item by its (contextType, dataPath) identity instead of its uid.

Look up a single context item by its (contextType, dataPath) identity instead of its uid.

## Usage

```bash theme={null}
modus context items lookup [flags]
```

## Flags

| Flag             | Type   | Description                          |
| ---------------- | ------ | ------------------------------------ |
| `--context-type` | string | Context type of the item.            |
| `--data-path`    | string | Path segment (repeatable, in order). |

Global: `--pretty` — human-readable table output instead of compact JSON.

## Examples

```bash theme={null}
modus context items lookup --context-type saved_query --data-path conn-1 --data-path my-query
```

See [CLI quickstart](/guides/cli) for install and auth.
