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>'

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.

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.