---
title: "List pipeline fields"
method: GET
path: "/pipelines/{pipelineId}/properties"
tags: ["Pipelines"]
---

# List pipeline fields

`GET /pipelines/{pipelineId}/properties`

The field definitions of one pipeline. Entry `values` are keyed by each field's `fieldId` —
read these to know which keys an entry accepts and how to render them (`label`, `type`).

Scoped by { project, targetSource: 'PIPELINE', pipeline } so it never leaks another
pipeline's — or a session / company / ticket's — properties. The Frontend needs it to map the
pipeline's columns (which store propertyId) onto entry.values (which is keyed by fieldId).

## Path parameters

- `pipelineId` string, required

## Headers

- `project` string, required

## Response `200`

Ok

- object[]
  - `updatedAt` string, required
  - `createdAt` string, required
  - `visability` object
    - `sharedDetail` boolean, required
    - `sharedSidebar` boolean, required
    - `card` boolean, required
    - `detail` boolean, required
    - `sidebar` boolean, required
    - `create` boolean, required
  - `pipeline` string
  - `isSystem` boolean
  - `onlyShowWhenDataIsSet` boolean
  - `readOnly` boolean
  - `currency` string
  - `restrictions` string
  - `labelIcon` string
  - `project` string
  - `validation` string
  - `placeholder` unknown
  - `path` string
  - `required` boolean
  - `targetSource` string, required
  - `fieldId` string, required
  - `label` string, required
  - `options` object[], required
    - `type` object
      - `value` string
      - `label` unknown
      - `icon` string
  - `type` string, required
  - `_id` string, required

---

[API](https://skmtc.net/gleap/apis/gleap-server.md) · [All operations](https://skmtc.net/gleap/apis/gleap-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gleap/gleap-server/revisions/fe2dff9fb04b/schema)
