Arguments

key
string
required

The key of the list.

start
integer
required

The starting index of the range to return.

Use negative numbers to specify offsets starting at the end of the list.

end
integer
required

The ending index of the range to return.

Use negative numbers to specify offsets starting at the end of the list.

Response

The list of elements in the specified range.