Skip to content

List currently active choreography overlays

GET
/api/v1/events/active

Returns the overlays whose firing window covers the current instant. At most one overlay is active per group; when several entries cover the same group, the one whose firing started most recently wins.

OK

object
active
Array<object>
object
eventName
string
group
string
activeSince
string format: date-time
activeUntil
string format: date-time

Unauthorized

Forbidden