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
- 200
- 400
- 401
- 403
- 404
A page of versions, newest first.
kind missing or invalid, or before_version not an integer.
Missing, malformed, invalid or revoked API key.
Confirm the key independently with GET /api-keys/introspect, which
needs no scope.
The key is valid but lacks a required scope.
No such content for this key's owner.
Note this endpoint returns the key message rather than error —
an inconsistency with every other 404 in the API, documented here
because clients hit it.