Get Publishing Activity
postly_get_publishing_activityReturns publishing activity for a requested date or time range, with actual published delivery counts separated from queued and processing posts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Optional exact local date in YYYY-MM-DD format. The timezone argument determines the local day. | |
| skip | No | ||
| limit | No | ||
| timezone | No | Optional IANA timezone for relative_range or date, for example Africa/Lagos or America/New_York. Defaults to the account timezone or UTC. | |
| workspace_id | No | Optional workspace ID. Omit to search accessible workspaces. | |
| activity_from | No | Optional inclusive ISO-8601 activity start boundary. Must be used with activity_until. | |
| activity_until | No | Optional exclusive ISO-8601 activity end boundary. Must be used with activity_from. | |
| published_from | No | Alias for activity_from when the user asks about published posts. | |
| relative_range | No | Natural date window. Use "today" or "yesterday" when a user asks how many posts were published on a local day. Defaults to next_7_days when no date or range is provided. | |
| scheduled_from | No | Optional inclusive ISO-8601 start boundary. Must be used with scheduled_until. | |
| organization_id | No | Optional organization ID. Use this to limit the search before choosing a workspace. | |
| published_until | No | Alias for activity_until when the user asks about published posts. | |
| scheduled_until | No | Optional exclusive ISO-8601 end boundary. Must be used with scheduled_from. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| posts | No | ||
| window | No | ||
| summary | No | ||
| total_count | No | ||
| returned_count | No |