Skip to main content
GET
/
v1
/
positions
List positions
curl --request GET \
  --url https://api.plane.com/v1/positions \
  --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

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.