ProductIntegrationEventInsights
Aggregated event counts for the calling user, used to power UI events insights.
This page contains
Fields
| pendingCount: Int! | Pending Events count: not consumed, and success is null or the event is asynchronous |
| failedCount: Int! | Number of events in FAILED status (ISV returned a failure result). |
| requiresManualResolutionCount: Int! | Number of events not yet manually resolved — the actionable backlog for the developer. |
| awaitingResultCount: Int! | Number of events in AWAITING_RESULT status (ISV acknowledged async; platform awaiting callback). |
| pendingCountsByType: [ProductIntegrationEventPendingCount!]! PREVIEW | pendingCount split by event type. Includes zero-count subscription types and any other type with a positive count. |
Queries for ProductIntegrationEventInsights
| vendorIntegrationEventInsights PREVIEW | Aggregated event counts for the authenticated caller, used to power UI insights badges. Counts are scoped by the caller's role and identity context. Optional filter fields (e.g. marketplaceScope) adjust scoping; event-list filters are not accepted here.
|