Get a Redmine time entry
get_time_entryRetrieve a single Redmine time entry by its numeric ID to view visible fields and custom fields, without altering any data.
Instructions
Read one visible Redmine time entry from GET /time_entries/:id.json for the configured API user. The required time_entry_id is one positive safe numeric ID. The result contains only the documented time-entry fields, visible custom fields when returned, and base-path-safe browser URLs. Redmine enforces the user's view_time_entries permission and time-entry visibility and may return 401, 403, or 404. This tool never changes Redmine data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| time_entry_id | Yes | Positive Redmine time-entry ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| url | Yes | ||
| user | No | ||
| hours | Yes | ||
| issue | No | ||
| project | No | ||
| spentOn | No | ||
| activity | No | ||
| comments | No | ||
| createdOn | No | ||
| updatedOn | No | ||
| customFields | No |