> ## 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.

# List worker dependents

> List worker dependents.

### Parameters

<ParamField query="worker" type="string">
  Filter by worker.
</ParamField>

<ParamField query="relationship" type="string">
  Filter by relationship.
</ParamField>

<ParamField query="status" type="string">
  Filter by status. One of `active` or `inactive`.
</ParamField>

<ParamField query="limit" type="integer">
  Number of dependents to return.
</ParamField>

<ParamField query="cursor" type="string">
  Pagination cursor.
</ParamField>

### Returns

Returns a list object containing [Worker dependent objects](/reference/worker-dependents/object).
