read_times
Retrieve time entries logged on a card or by a person, optionally filtered by date range, with total time spent.
Instructions
Time logged on a card, or by a person ("me" for yourself), optionally within dates (YYYY-MM-DD). Returns entries and the total spent. Reads Time entries where the card's process tracks time, and TimeRecord entries where the instance tracks time that way (a story's records include those of its tasks). By person alone, both kinds are returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Card id | |
| to | No | ||
| from | No | ||
| user | No | Person, or "me" | |
| limit | No | Maximum results (default 500, max 5000); capped results say truncated: true |