---
title: "GET /billing/streams/{stream_pk}/transformations"
method: GET
path: "/billing/streams/{stream_pk}/transformations"
tags: ["Streams"]
---

# GET /billing/streams/{stream_pk}/transformations

`GET /billing/streams/{stream_pk}/transformations`

## Path parameters

- `stream_pk` string, required

## Query parameters

- `limit` integer
- `offset` integer
- `columns` string
- `function.manual` boolean

## Response `200`

- object
  - `id` string
  - `function` object
    - `id` string
    - `name` string
    - `status` string
  - `overview` string
  - `columns` object
    - `input` object[]
      - `id` string
      - `name` string
      - `type` string
      - `description` string
      - `output` boolean
      - `constraints` object
      - `required` boolean
    - `output` object[]
      - `id` string
      - `name` string
      - `type` string
      - `description` string
      - `output` boolean
      - `constraints` object
      - `required` boolean
  - `position` integer
  - `settings` object

## Other responses

- `400`

---

[API](https://skmtc.net/cloudblue/apis/cloudblue-connect-api.md) · [All operations](https://skmtc.net/cloudblue/apis/cloudblue-connect-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cloudblue/cloudblue-connect-api/versions/54fef191d46c/schema)
