Only posts that include deliveries for accounts owned by the authenticated
workspace are returned. Hosted and BYO accounts are both supported, and
deliveries for accounts outside the workspace are filtered out automatically.
Query Parameters
Filter by status:
draft, pending, scheduled, posted, failed,
partial, retry. When omitted, all statuses are returned.Number of posts to return. Values below 1 are treated as 1; values above 100
are clamped to 100.
ISO timestamp. Only include posts created on or after this time.
ISO timestamp. Only include posts created on or before this time.
Response
Returns asummary object with counts and a posts array.
Workspace-wide counters.
List of post objects.
status mirrors the live provider status for hosted deliveries (e.g.
deleted, void). Each account entry in accounts.states uses the same
provider-facing string so the UI and partner API stay aligned.Error Responses
400 invalid_sinceor400 invalid_until— query params failed ISO parsing401/403— authentication failed or the key lacks workspace access500 list_failed— Database query or summary computation failed
