Queue background jobs to refresh analytics for a post’s published platform rows
Post::syncAnalytics() in the app: for each published platform row that has platform_post_id, post_id, and account_id, a job is dispatched to fetch the latest insights from the network.
Not immediate: responses describe how many jobs were queued. Poll GET /analytics/posts/{post} (or the dashboard) after the queue workers finish.
skipped: true, jobs_dispatched: 0, and skip_reason: "post_owner_subscription_inactive"./posts/{id}).true when no jobs were queued because of subscription rules on the post ownerpost_owner_subscription_inactive when skipped; otherwise nullposts ability.
401 · 403 · 404 if the post is missing or not in a workspace you can access
See also: Analytics overview.