Skip to main content
GET
/
v1
/
worker-dependents
List worker dependents
curl --request GET \
  --url https://api.plane.com/v1/worker-dependents \
  --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.
relationship
string
Filter by relationship.
status
string
Filter by status. One of active or inactive.
limit
integer
Number of dependents to return.
cursor
string
Pagination cursor.

Returns

Returns a list object containing Worker dependent objects.