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

Parameters

worker
string
Filter by worker ID.
purpose
string
Filter by contact purpose. Currently emergency.
status
string
Filter by status. One of active or inactive.
limit
integer
Maximum number of contacts to return.
cursor
string
Pagination cursor from a previous response.
starting_after
string
Return contacts after this contact ID.
ending_before
string
Return contacts before this contact ID.

Returns

Returns a list object containing Worker contact objects.