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

# List benefit elections

> List benefit elections.

### Parameters

<ParamField query="worker" type="string">
  Filter by worker.
</ParamField>

<ParamField query="plan" type="string">
  Filter by plan.
</ParamField>

<ParamField query="enrollment" type="string">
  Filter by the enrollment run that produced the elections.
</ParamField>

<ParamField query="status" type="string">
  Filter by election status. One of `active`, `waived`, or `terminated`.
</ParamField>

<ParamField query="limit" type="integer">
  Number of elections to return.
</ParamField>

<ParamField query="cursor" type="string">
  Pagination cursor.
</ParamField>

### Returns

Returns a list object containing [Benefit election objects](/reference/benefit-elections/object).
