End of Day
Get EOD Task Statuses
Get individual task status entries for a given date, showing the parsed status of each task
GET
This endpoint requires API key authentication (service-to-service) or Bearer token (admin/manager).
Path Parameters
string
Date in
YYYY-MM-DD format. Defaults to today if omitted.Query Parameters
string
required
Organization UUID
string
Filter by a specific user UUID (optional)
string
Filter by status type:
done, carry_forward, dropped, or no_update (optional)Response
Returns an array of task status entries for the requested date.string
Task status entry UUID
string
Associated task UUID
string
User UUID who owns the task
string
Date (YYYY-MM-DD)
string
Parsed status:
done, carry_forward, dropped, or no_updatestring
Title of the associated task
number
Number of times this task has been carried forward
string
ISO 8601 timestamp when the status was recorded