Archive API docs
    Jump to

    Narrow by kind with a prefix — q: queries, m: mutations, t: types, g: guides, f: fields and arguments.

    Jump to examples ↓
    Mutation

    refetchEngagementBulk

    Queue a bulk engagement data refresh for the specified items.

    Arguments

    itemIds [ID!]! required
    IDs of items to refresh engagement data for. Items belonging to other workspaces are silently ignored. Instagram stories are automatically excluded.

    Returns

    Object, input and enum types open in place — use + to reveal their fields. A type that is already open above the row stops at a ↻ circular marker, and anything nested past the depth limit links out to its own page instead.

    operationId ID
    Unique identifier of the background operation created to process the refresh. Null when no items were processable (all filtered or deduplicated). Use this ID to track operation progress.
    processedCount Int
    Number of items accepted and queued for engagement refresh. Credits are charged only for this count.
    skippedItemIds [ID!]
    IDs of items skipped because they are already enqueued in another active refresh operation for this workspace. Instagram stories are silently excluded and not listed here.
    userErrors [UserError!]!
    Errors that prevented the mutation from executing. Common error: insufficient credits.