Repurpose
List repurposes
List repurposes for the current workspace, newest first. Paginated.
GET
Requires manage repurposes permission (Owner / Admin / Member). Viewers get
403.
Returns the Laravel pagination envelope (data, links, meta). Page size is config('app.pagination.default') (25). There is no per_page parameter.
Conceptual guide: Repurpose.
Request
integer
Page number. Defaults to
1.Response
Each item matchesGET /repurposes/{repurpose}, plus:
object
Nested social account (
id, platform, display_name, username, is_active, status). null if the source was removed.integer
Activity items with status
published (replicas that were scheduled).
