Skip to content

Overview - Analytics APIs

Programmatic analytics for connected channels and individual posts. Backed by each provider's native insights API, cached server-side by `(integrationId|postId, date)`.

1 min read

Connect your agent today

Draft from chat, review in your calendar, and publish only what you approve.

Start for $0

Endpoints

When GET /public/analytics/post/{postId} returns { "data": { "missing": true } }, the scheduled-publish worker could not map the OpenQuok row to a live provider object. Recover by:

  1. Calling GET /public/posts/{postId}/missing to fetch candidate ids and preview URLs from the provider.
  2. Identifying the one that matches your post.
  3. Calling PUT /public/posts/{postId}/release-id variant=“default” /> with the chosen id.
  4. Re-running the analytics query — subsequent calls return the metric series instead of missing.
Search documentation
Find a docs page
Discord Support