List task events
Tasks
List task events
Returns the chronological audit timeline for a task (oldest first). Includes lifecycle events (TASK_CREATED, TASK_STATUS_CHANGED, TASK_ASSIGNED, TASK_PRIORITY_CHANGED, TASK_CLOSED) and outcome events (TASK_ACTION_TAKEN). Returns 404 when the task does not exist or belongs to another organization, and an empty events array when the task exists but has no recorded events.
GET
List task events
Authorizations
User session token issued by NextAuth. For human users accessing Solya via the web application.
Path Parameters
Unique identifier of the task (UUID).

