---
title: "Get Transforms"
method: GET
path: "/modules/{moduleId}/transforms"
tags: ["Transforms"]
---

# Get Transforms

`GET /modules/{moduleId}/transforms`

Returns transform objects. This is a paged endpoint (see Paging).
### Authorization Required:
  - Application View

## Path parameters

- `moduleId` string, required

## Query parameters

- `limit` integer

## Response `200`

Transforms

- TransformResponse[]
  - `name` string, required
  - `moduleId` string, required
  - `type` 'njk-xml' | 'njk-pdf' | 'njk' | 'xsl', required
  - `io` 'in' | 'out', required
  - `template` string

## Other responses

- `default` — Error

---

[API](https://skmtc.net/unqork/apis/unqork-customer-api.md) · [All operations](https://skmtc.net/unqork/apis/unqork-customer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unqork/unqork-customer-api/revisions/112399a67ebb/schema)
