Poll for the next available algorithm event for this algorithm instance
GET/api/events/:algorithmInstanceId/poll
Long polling endpoint that returns the next available algorithm event for this specific algorithm instance. Supports 'since' query parameter with ISO date format to filter events after that timestamp. Only returns external events (excludes own events).
Request
Responses
- 200
- 204
- 403
The next algorithm event has been found
No event within longpolling window
Forbidden