> ## 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 enrollments

> List benefit enrollments.

### Parameters

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

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

<ParamField query="status" type="string">
  Filter by workflow status. One of `not_started`, `in_progress`, `submitted`,
  `completed`, `waived`, or `cancelled`.
</ParamField>

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

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

### Returns

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