[BETA] Get action events for a specific action set.

View as Markdown

Enterprise feature

[BETA] This API is in beta state, which means it may change or be removed in the future.

Returns a list of action events triggered by a specific action set, identified by its id.

Authentication

Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format

Path parameters

projectIdstringRequired
idstringRequired

Query parameters

limitstringOptional
The number of results to return in a page. By default it is set to 50.
offsetstringOptional
The number of results to skip when returning a page. By default it is set to 0.

Response

#/components/schemas/actionSetEventsSchema

actionSetEventslist of objects
A list of action set events.

Errors