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

Parameters

plan
string
Filter positions by workforce plan.
status
string
Filter positions by status.
limit
integer
Number of positions to return.
cursor
string
Pagination cursor.

Returns

Returns a list of Position objects.