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.
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”OK
object
active
Array<object>
object
eventName
string
group
string
activeSince
string format: date-time
activeUntil
string format: date-time
Unauthorized
Forbidden