List or aggregate time entries
Returns a date-bounded paginated list using the same composable filters as reports
and CSV. Values within a dimension are ORed; dimensions are ANDed. Aggregation is
served by GET /{team_id}/time/reports.
During the rolling migration, the legacy scope_type, scope_id, user_id,
aggregate, and group_by parameters remain supported. New clients should use
the canonical filters and report endpoint.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Team ID is an alphanumerical string that identifies a Team. This is externally referred to as a "Workspace".
Query Parameters
Lower bound (inclusive), as a Unix timestamp in seconds. Required for canonical queries.
Upper bound (exclusive), as a Unix timestamp in seconds. Required for canonical queries.
Legacy filter for a card scope.
card, category Legacy scope ID filter, used with scope_type.
Legacy single logger filter.
Legacy aggregate mode. New clients should use /time/reports.
Legacy aggregate dimension. Required when aggregate=true.
user, scope, week, billable IANA timezone used for day, week, and month boundaries.
Restrict to entries logged by these member IDs.
Restrict to cards currently assigned to any of these member IDs.
Restrict to entries whose card was in these spaces when the time was logged.
Restrict to entries on cards currently in these projects, including time logged before the cards joined.
Restrict to entries whose card was in these boards when the time was logged.
Restrict to entries whose card was in these sprints when the time was logged.
Restrict to these cards. Descendant roll-up uses the ancestor path captured when each entry was logged.
Restrict to entries assigned to these time categories.
Restrict to cards currently carrying the selected tags.
Match cards carrying any selected tag or every selected tag.
any, all Optional filter — restrict to billable (true) or non-billable (false) entries.
Restrict to entries created manually, by a timer, or by idle-time handling.
manual, timer, idle Direct includes only cards in the selected scope; descendants recursively includes every child card.
direct, descendants Opaque cursor for date-bounded time-entry or report pagination.
Page size. The service applies a bounded default and maximum.
1 <= x <= 500Response
Paginated list of time entries matching the canonical filters.