Get the events for an algorithm instance (management)
GET/api/management/algorithm-instances/:algorithmInstanceId/events
Retrieves the algorithm and internal events for the specified algorithm instance. Pass sinceSequence and sinceTimestamp to read only what is new since an earlier call; sinceTimestamp is inclusive, so de-duplicate internal events on id. Requires management access role.
Request
Responses
- 200
- 403
The events have been successfully retrieved.
Forbidden