REST APITime logs
Delete a time log
Soft delete — the entry disappears from every total. Owner or org admin only. Requires `work:write`.
Soft delete — the entry disappears from every total. Owner or org admin only. Requires work:write.
Authorization
bearerAuth AuthorizationBearer <token>
A session access token or a personal access token.
In: header
Path Parameters
id*string
Response Body
curl -X DELETE "https://example.com/time-logs/497f6eca-6276-4993-bfeb-53cbbbba6f08"Empty
Empty
Empty
Log time manually POST
Creates a manual time entry. Give either `durationSeconds` or both `startedAt` and `endedAt` (never both forms). Classification defaults from the item's priority — `URGENT` items log as `INTERRUPTION`, everything else as `PLANNED` — and can be overridden per entry. Requires `work:write`.
List time logs on a work item GET
Newest first, keyset-paginated. Soft-deleted entries are excluded. Requires `work:read`.