Skip to main content
GET
/
v1
/
benefit
/
elections
List benefit elections
curl --request GET \
  --url https://api.plane.com/v1/benefit/elections \
  --header 'Authorization: Bearer <token>'

Parameters

worker
string
Filter by worker.
plan
string
Filter by plan.
enrollment
string
Filter by the enrollment run that produced the elections.
status
string
Filter by election status. One of active, waived, or terminated.
limit
integer
Number of elections to return.
cursor
string
Pagination cursor.

Returns

Returns a list object containing Benefit election objects.