aidelly_get_post_analytics
GET /posts/{id}/analytics — retrieve post performance metrics (views, impressions, likes, comments, shares, saves) with optional daily breakdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| to | No | ||
| from | No | ||
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| granularity | No | Optional granularity for daily metrics breakdown | |
| workspace_id | No | Workspace to operate in. Do not ask the user for this UUID — call aidelly_list_workspaces and use the `id` of the matching workspace. Optional for read operations; required when creating content. |