get https://api.fabric.inc/v3/event-logs
With this endpoint, you can get a summary of events triggered based on the given conditions. If logs are not specified, the system returns a paginated response, where you can specify offset
, limit
, and sort
to refine the search results. When pagination criteria is not specified, by default, the system returns up to 10 results. You can search for and filter event logs by using the following options - id
, eventType
, subscriptionId
, status
, subscriptionName
, product
, version
, retryCount
, eventId
, triggeredAt
, and deliveredAt
.
Note: Logs are only available for the last seven days.