Cut.ProDocs
Posts

Get a post

Returns full status of a post including every item. Poll this endpoint to track immediate posts through pending → rendering → publishing → published.

X-Api-Key<token>

In: header

Path Parameters

id*string

Response Body

application/json

application/json

GET
/posts/{id}
curl -X GET "https://example.com/posts/string"
{  "id": "string",  "status": "pending",  "scheduled_at": "string",  "created_at": "string",  "updated_at": "string",  "item_count": 0,  "items": [    {      "id": "string",      "platform": "youtube",      "connection_id": "string",      "edit_id": "string",      "render_id": "string",      "status": "pending",      "published_url": "string",      "error_code": "string",      "metadata": {        "youtube": {          "title": "string",          "description": "string",          "categoryId": "string",          "privacyStatus": "public",          "license": "youtube",          "embeddable": true,          "publicStatsViewable": true,          "madeForKids": true,          "selfDeclaredMadeForKids": true,          "tags": [            "string"          ],          "notifySubscribers": true,          "coverImageId": "string"        },        "tiktok": {          "title": "string",          "privacyLevel": "PUBLIC_TO_EVERYONE",          "disableDuet": true,          "disableComment": true,          "disableStitch": true,          "videoCoverTimestampMS": 0,          "brandContentToggle": true,          "brandOrganicToggle": true,          "isAigc": true        },        "instagram": {          "caption": "string",          "captionGroups": {            "hook": [              "string"            ],            "emoji": [              "string"            ],            "body": [              "string"            ],            "cta": [              "string"            ],            "hashtags": [              "string"            ]          },          "captionParts": [            "string"          ],          "captionAutoEnvelope": true,          "captionTemplate": "string",          "coverUrl": "string",          "coverImageId": "string",          "thumbOffset": 0,          "shareToFeed": true,          "audioName": "string",          "collaborators": [            "string"          ],          "userTags": [            "string"          ],          "trialReel": "off"        },        "facebook": {          "description": "string",          "postType": "reel",          "videoTitle": "string",          "coverImageId": "string"        },        "bluesky": {          "text": "string",          "languages": [            "string"          ],          "coverImageId": "string"        },        "threads": {          "text": "string",          "replyControl": "everyone",          "coverImageId": "string"        },        "linkedin": {          "text": "string",          "visibility": "PUBLIC",          "coverImageId": "string"        },        "pinterest": {          "boardId": "string",          "title": "string",          "description": "string",          "link": "string",          "coverImageUrl": "string",          "coverImageId": "string"        },        "carmedia": {          "title": "string",          "description": "string",          "visibility": "public",          "coverImageId": "string"        },        "twitter": {          "text": "string",          "replySettings": "everyone",          "coverImageId": "string"        }      },      "created_at": "string",      "updated_at": "string",      "posted_at": "string"    }  ]}