List publish logs
Returns a paginated list of publish events. Each log represents a single publish
action to one outlet and contains details of which drafts were published.
Supports optional filtering by outlet and date range.
Authentication
X-Api-Keystring
API Key authentication via header
Headers
X-Tenant-ID
Tenant identifier
Query parameters
outletId
Filter by outlet UUID
dateFrom
Start date inclusive (YYYY-MM-DD)
dateTo
End date exclusive (YYYY-MM-DD)
limit
Page size (max 100)
offset
Pagination offset
Response
OK
code
isSuccess
message
logs
total
limit
offset

