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

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

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

## Path parameters

- `stream_pk` string, required

## Query parameters

- `limit` integer
- `offset` integer
- `name` string
- `origin.id` string
- `origin.position` integer
- `output` boolean

## Response `200`

- StreamsColumn[]
  - `id` string, required
  - `name` string, required
  - `type` 'string' | 'integer' | 'decimal' | 'boolean' | 'datetime', nullable
  - `description` string, nullable
  - `constraints` object, nullable
  - `position` integer, nullable
  - `nullable` boolean — replaced by "required"
  - `required` boolean
  - `origin` StreamsTransformationReference, required
    - `id` string, required
  - `output` boolean

## 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)
