Get integration events for a specific integration configuration.

Returns a list of integration events belonging to a specific integration configuration, 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

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/integrationEventsSchema

integrationEventslist of objects
A list of integration events.

Errors