---
title: "List transformation projects"
method: GET
path: "/v2/sites/{site_id}/transformation_projects/"
tags: ["transformations"]
---

# List transformation projects

`GET /v2/sites/{site_id}/transformation_projects/`

Retrieves a paginated list of transformation projects for the specified site

## Path parameters

- `site_id` string, required — Unique identifier for a resource

## Query parameters

- `page` integer
- `page_length` integer
- `q` string
- `sort` string

## Response `200`

Projects successfully retrieved

- TransformationProjectsResponse — Paginated list of transformation projects
  - `projects` TransformationProjectResource[]
    - `id` string — Unique identifier for a resource
    - `site_id` string — Unique identifier for a resource
    - `type` 'project' — Resource type identifier
    - `created` string, date-time — Timestamp when the project was created
    - `last_modified` string, date-time — Timestamp when the project was last modified
    - `status` 'needs_review' | 'disabled' | 'partially_published' | 'published' — Computed status based on the states of assets within the project
    - `metadata` object
      - `name` string — Display name of the project
      - `description` string — Project description
      - `external_id` string — External identifier from your system
      - `url` string, uri — URL associated with the project
  - `page` integer — Current page number
  - `page_length` integer — Number of items per page
  - `total` integer — Total number of items

---

[API](https://skmtc.net/jwplayer/apis/management-api-v2.md) · [All operations](https://skmtc.net/jwplayer/apis/management-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jwplayer/management-api-v2/revisions/180db7cada27/schema)
