Appearance
List activity logs
Unified logs endpoint. Returns logs for publishing, connections, webhooks, and messaging. Filter by type, platform, status, and time range. Logs are retained for 90 days.
GET /v1/logs
Unified logs endpoint. Returns logs for publishing, connections, webhooks, and messaging. Filter by type, platform, status, and time range. Logs are retained for 90 days.
Parameters
type(query, string) — Log category to querystatus(query, string) — Filter by statusplatform(query, string) — Filter by platformaction(query, string) — Filter by action (e.g., post.published, message.sent, account.connected, webhook.delivered)search(query, string) — Free-text search across log fieldsdays(query, integer) — Number of days to look back (max 90)limit(query, integer) — Maximum number of logs to return (max 100)skip(query, integer) — Number of logs to skip (for pagination)
Responses
200 — Logs retrieved successfully
logs(array)pagination(object)
401