Preview

ProductIntegrationEventInsights is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

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.

    • ROLE_DEVELOPER: counts events across all products owned by the developer's vendor company.
    • ROLE_CHANNEL_ADMIN / ROLE_CHANNEL_SUPPORT / ROLE_CHANNEL_PRODUCT_SUPPORT: counts events for their marketplace.
    • ROLE_CORPORATE_ADMIN: counts events across all owned marketplaces.
    • ROLE_SUPERUSER: counts all events without scoping.