/1.0/events - Is there a finished message

Is there a finish event or how do I know when a background action finished? A call to wait would work but maybe the operation already finished.

If the operation has reached a status code >= 200 it’s done.
That’s the logic that’s in the Go client (shared/api/status_code.go).