API Reference
List Published Projects
List your published posts with optional platform, profile, and date-range filtering, sorting, and cursor-based pagination, including per-platform status, analytics, and aggregated totals
GET
List Published Projects
Retrieve a paginated list of your published posts across YouTube, TikTok, Instagram, X (Twitter), Facebook, and LinkedIn. Each entry includes per-platform delivery status, post URLs, and analytics where available, plus atotals rollup aggregated across the post’s platforms.
This endpoint requires authentication.
Authentication
Your Submagic API key starting with
sk-Query Parameters
Filter by platform. Allowed values:
youtube, tiktok, instagram,
twitter, facebook, linkedin.Filter to a single profile (UUID). Copy the id from the Copy profile ID
action in the publishing dashboard’s profile selector.
Start of the date range (ISO 8601). Filters by
publishedAt. When omitted,
results include everything published up to now.End of the date range (ISO 8601). Filters by
publishedAt. Defaults to the
current time.Sort field. Allowed values:
publishedAt, views, engagement. Defaults to
publishedAt. views and engagement sort by the aggregated totals.Sort direction:
asc or desc. Defaults to desc.Number of items to return per page (1-100). Defaults to
25.Cursor for pagination. Pass the
nextCursor value from a previous response
to fetch the next page of results.Response
Array of publication objects
Cursor-based pagination metadata

