Skip to main content
GET
/
api
/
events
/
{correlation_id}
Poll crew execution events
curl --request GET \
  --url https://api.example.com/api/events/{correlation_id} \
  --header 'Authorization: Bearer <token>'
[
  {}
]

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

correlation_id
string
required

UUID correlation ID from the originating request.

Required string length: 36

Query Parameters

offset
integer
default:0

Return events starting from this index.

Required range: x >= 0

Response

List of event objects since the given offset.