list_loki_label_values
Retrieve all possible values for a specified Loki label, with optional time range filtering to narrow results.
Instructions
List available values for a given Loki label.
Args:
label: Label name, e.g. "app" or "namespace".
start: Optional start of the time range for filtering.
end: Optional end of the time range for filtering.
Returns: JSON array of label value strings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | ||
| label | Yes | ||
| start | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||