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

# Get Items by Index

> Expose selected list positions as individual outputs.

**Get Items by Index** creates one output for each repeatable index input. List
positions start at zero.

## Inputs

| Input       | Type              | Required | Description                         |
| ----------- | ----------------- | -------- | ----------------------------------- |
| **List**    | List              | No       | The source list. Defaults to `[]`.  |
| **Indices** | Repeatable number | No       | Whole-number positions to retrieve. |

## Outputs

Each **Index** slot creates a matching **Item at Index *n*** output. The output
keeps the identity of its input slot, so reordering or removing index slots
updates the corresponding outputs.

Negative indices count backward from the end: `-1` retrieves the last item.
An index outside the list produces no value for that output.
