---
search:
  tags:
    - Posts
    - GET
seo:
  description: >-
    Read the plain-text copy of a single saved draft… Reference for the GET
    /posts/{id}/channels/{channel}/versions/{versionId} endpoint in the Ordinal
    API.
sidebar:
  label: Get post version content
  badge: GET
title: Get post version content
type: openapi-operation
---
Read the plain-text copy of a single saved draft version for one channel's editor. Get version IDs from `GET /posts/{id}/versions`.

Returns `404 NOT_FOUND` when the channel has no editor for this post or the version ID can't be read.

`GET /posts/{id}/channels/{channel}/versions/{versionId}`
