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
- 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.