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
Date in
YYYY-MM-DD format. Defaults to today if omitted.Query Parameters
Organization UUID
Filter by a specific user UUID (optional)
Filter by status type:
done, carry_forward, dropped, or no_update (optional)Response
Returns an array of task status entries for the requested date.Task status entry UUID
Associated task UUID
User UUID who owns the task
Date (YYYY-MM-DD)
Parsed status:
done, carry_forward, dropped, or no_updateTitle of the associated task
Number of times this task has been carried forward
ISO 8601 timestamp when the status was recorded