v1

latestOpenAPI 3.1.02026-07-24251250397.8 KB
transformations

Get a transformation asset version

Retrieves a specific asset version snapshot by ID

get/v2/sites/{site_id}/transformation_asset_versions/{asset_version_id}/

Path parameters

site_idstring required

Unique identifier for a resource

Example:Ny05CEfj

Unique alphanumeric ID of the site

asset_version_idstring required

Unique identifier for a resource

Example:Ny05CEfj

Unique alphanumeric ID of the transformation asset version

Response

Asset version successfully retrieved

idstring

Unique identifier for a resource

site_idstring

Unique identifier for a resource

type'asset_version'

Resource type identifier

createdstring date-time

Timestamp when the version was created

namestring

Asset name at the time of the snapshot

asset_type'article' | 'audio' | 'segmented_script' | 'studio_generated_video' | 'text'

Type of asset content

status'ready' | 'draft' | 'published' | 'disabled'

Publication status of the asset

produced_by_transformation_run_idstring

Unique identifier for a resource

Example response

{
  "id": "Ny05CEfj",
  "site_id": "Ny05CEfj",
  "produced_by_transformation_run_id": "Ny05CEfj",
  "relationships": {
    "asset": {
      "id": "Ny05CEfj"
    },
    "project": {
      "id": "Ny05CEfj"
    }
  }
}