Skip to main content

List content versions

GET 

/contents/:content_id/versions

Snapshots kept each time a content item's script, audio or video was regenerated.

kind is required — omitting it returns 400, not every kind.

Pagination is cursor-based, not page-based: read version_number from the last item and pass it as before_version to fetch the next page. has_more tells you when to stop.

The CDN urls inside data are signed and time-limited. Fetch them fresh rather than storing them.

Request

Responses

A page of versions, newest first.