API Reference
Get Publication
Retrieve a single publication by its id, including its per-platform posts, analytics, and aggregated totals
GET
Get Publication
Retrieve one publication by its publication id — theid returned by
List Published Projects. A publication
represents one publish event for a project and contains a posts array with one
entry per platform. The response includes per-platform delivery status, post
URLs, analytics, and a totals rollup aggregated across those posts.
This endpoint requires authentication.
The
{id} is the publication id (the id field from List Published
Projects), not a project id. A single project can be published multiple
times, so each publication has its own id. The projectId is still returned
for linking back to the underlying project.Authentication
Your Submagic API key starting with
sk-Path Parameters
The unique identifier (UUID) of the publication to retrieve
Response
Unique identifier of the publication
The unique identifier of the underlying project
ISO 8601 timestamp of when the publication was published or is scheduled to
publish
true if the publication was scheduled for a future timeOverall publication status:
published, scheduled, processing, or
failedMinimal project metadata
Metrics aggregated across the publication’s platforms
Array of per-platform post objects

