--task-id is a task’s record ID. Get it from
projects show, or see
Getting the task ID.Sample responses on this page show the JSON envelope (
--json). Pretty output is the
default on a terminal and its columns adapt to width. See
Output formats.time-entries list
List a project’s unbilled time entries. This is the only paginated command in the CLI, so it accepts--page and --page-size.
time-entries create
Log time against a task.--user-email is the organization user the hours belong to, which is
not necessarily the signed-in user.
Pass
--is-override to log against a date that autolock has already closed. Your role must
permit overriding autolock.
time-entries update
Change an entry’s hours, notes, or date. Only the flags you pass are changed.Required arguments
<time-entry-id>- the entry’s record ID. See Getting the time entry ID.
time-entries delete
Delete a time entry.Required arguments
<time-entry-id>- the entry’s record ID.