Poll crew execution events
Crew events
Poll crew execution events
Return accumulated CrewAI events for a correlation ID.
Events are stored as a Redis list. The offset parameter lets the client track its read position so that subsequent polls return only new events.
GET
Poll crew execution events
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
UUID correlation ID from the originating request.
Required string length:
36Query Parameters
Return events starting from this index.
Required range:
x >= 0Response
List of event objects since the given offset.