v1

latestOpenAPI 3.1.02026-07-24251250397.8 KB
transformations

List transformation assets

Retrieves a paginated list of assets created by transformations for the specified site

get/v2/sites/{site_id}/transformation_assets/

Path parameters

site_idstring required

Unique identifier for a resource

Example:Ny05CEfj

Unique alphanumeric ID of the site

Query parameters

pageinteger

Sets the page number for pagination. First page is 1.

page_lengthinteger

Sets the page length (number of items you get in the response) for pagination

If page_length is not specified, the default value will be set.

Default: 10

qstring

Filter assets using a query string

Example: asset_type:audio

sortstring

Sort results by field and direction

Example: created:dsc

Response

Assets successfully retrieved

pageinteger

Current page number

page_lengthinteger

Number of items per page

totalinteger

Total number of items

Example response

{
  "assets": [
    {
      "id": "Ny05CEfj",
      "site_id": "Ny05CEfj",
      "published_version_id": "Ny05CEfj",
      "produced_by_transformation_run_id": "Ny05CEfj",
      "relationships": {
        "project": {
          "id": "Ny05CEfj"
        }
      }
    }
  ]
}