Get scheduled and completed task events based on query parameters.
Task events are available via the API once the start time of the task passes. Tasks with start times in the future are not available via the API.
Task events are scoped based on the task's storage group. If the task's storage group is outside of the user's scope, the task event is not available to the user.
GET https://{goplant_instance}/api/rest/task-events
X-Api-Version: 101
Authorization: Basic <encoded username:password>
GET https://{goplant_instance}/api/rest/task-events?Start-Time=2025-12-01T05:00:00&End-Time=2025-12-02T18:00:00
X-Api-Version: 101
Authorization: Basic <encoded username:password>
GET https://{goplant_instance}/api/rest/task-events?From-Task-Event-UUID=1234-5678-9012-3456&Storage-Group-UUID=0001-0002-0003-0004,1111-2222-3333-4444
X-Api-Version: 101
Authorization: Basic <encoded username:password>
GET https://{goplant_instance}/api/rest/task-events/:uuid
X-Api-Version: 101
Authorization: Basic <encoded username:password>
GET https://{goplant_instance}/api/rest/task-events/:uuid/elements
X-Api-Version: 101
Authorization: Basic <encoded username:password>