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

# Reporting

A [Worker](/reference/workers/object) may report to multiple people and/or departments throughout the course
of their [Employment](/reference/employments/object).

Each new reporting relationship will be represented as a new Reporting object.

### Attributes

<ResponseField name="id" type="string">
  Unique identifier for the object, e.g. `wrp_cNqYX2J3s9bI2Aa`.
</ResponseField>

<ResponseField name="worker" type="string">
  The ID of the worker this reporting belongs to.
</ResponseField>

<ResponseField name="department" type="object">
  An object representing this person's department.
</ResponseField>

<ResponseField name="manager" type="object">
  An object representing this person's manager.
</ResponseField>

<ResponseField name="created" type="string">
  Timestamp of when the reporting was created.
</ResponseField>
