> ## 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 time entry

> Retrieve details of an existing time entry.

### Parameters

<ParamField type="string" path="id" initialValue="tme_hsb6rfQVReo6Mq1M2jEXrD1m" required>
  The ID of a time entry object.
</ParamField>

### Returns

Returns a time entry if a valid identifier was provided; otherwise returns an error.

<ResponseExample>
  ```json Response theme={null}
  {
    "id": "tme_1HPCXADYAhh5k1NMU0r1WUqs",
    "worker": "wr_CgcLakmx4guire",
    "date": "2024-03-17",
    "duration": "8.0",
    "note": null,
    "created": "2024-03-17T10:30:00Z"
  }
  ```
</ResponseExample>
