---
title: "Retrieve a transformation"
method: GET
path: "/transformations/{id}"
tags: ["Transformations"]
---

# Retrieve a transformation

`GET /transformations/{id}`

This endpoint retrieves a specific transformation.

## Path parameters

- `id` string, required — Transformation ID

## Response `200`

A single transformation

- Transformation
  - `id` string, required — ID of the transformation
  - `team_id` string, required — ID of the project
  - `name` string, required — A unique, human-friendly name for the transformation
  - `code` string, required — JavaScript code to be executed
  - `encrypted_env` string, nullable
  - `iv` string, nullable
  - `env` object, nullable — Key-value environment variables to be passed to the transformation
  - `updated_at` string, date-time, required — Date the transformation was last updated
  - `created_at` string, date-time, required — Date the transformation was created

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/hookdeck/apis/hookdeck-admin-rest-api.md) · [All operations](https://skmtc.net/hookdeck/apis/hookdeck-admin-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hookdeck/hookdeck-admin-rest-api/versions/31da4ed27d31/schema)
