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

Parameters

workspace
string
Only return policies visible to this workspace ID.
type
string
Only return policies for this leave type.
limit
number
A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.
cursor
string
A value from a previous response that lets you fetch the next page.
starting_after
string
Return results after this object ID.
ending_before
string
Return results before this object ID.

Returns

Returns a dictionary with a policies property that contains an array of Leave Policy objects.