Skip to main content
GET

Get Publication

Retrieve one publication by its publication id — the id 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

string
required
Your Submagic API key starting with sk-

Path Parameters

string
required
The unique identifier (UUID) of the publication to retrieve

Response

string
Unique identifier of the publication
string
The unique identifier of the underlying project
string
ISO 8601 timestamp of when the publication was published or is scheduled to publish
boolean
true if the publication was scheduled for a future time
string
Overall publication status: published, scheduled, processing, or failed
object
Minimal project metadata
object
Metrics aggregated across the publication’s platforms
array
Array of per-platform post objects

Error Responses

object
object
object
object