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

# Get a reporting

> Retrieve the details of an existing reporting.

### Parameters

<ParamField type="string" path="id" initialValue="wrp_cNqYX2J3s9bI2Aa" required>
  The ID of a reporting in your Plane workspace.
</ParamField>

### Returns

Returns a reporting if a valid identifier was provided, and returns an error otherwise.

<ResponseExample>
  ```json Response theme={null}
  {
    "id": "wrp_cNqYX2J3s9bI2Aa",
    "worker": "wr_5yMmVvd6Cz7Ptx",
    "department": {
      "id": "dep_abc123",
      "name": "Engineering"
    },
    "manager": {
      "id": "wr_xyz789",
      "name": "Jane Smith"
    },
    "created": "2024-01-15T00:00:00Z"
  }
  ```
</ResponseExample>
