Docs

Get Content By Id

GET /content/{contentId}

GET/content/{contentId}

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.

Returns a single content item by ID. Includes full activity detail (with start/end times), attached files, and scheduled surface blocks.

Path Parameters

FieldTypeRequiredDescription
contentIdGuidRequiredThe ID of the content item to retrieve. Replace `{{contentId}}` in the URL.

Response

FieldTypeDescription
idGuidContent item ID.
namestringDisplay name.
descriptionstringDescription text.
activityobject| nullAssociated activity (`{ id, name, startTime, endTime }`), or `null`.
filesFile[]Files attached to this content item.
files[].idGuidFile ID.
files[].namestringFile name.
files[].statusstringFile processing status.
scheduleContentBlock[]Surface blocks where this content is scheduled.
schedule[].surfaceobjectThe surface (`{ id, name }`).
schedule[].startTimeDateTimeBlock start time.
schedule[].endTimeDateTimeBlock end time.