---
title: "List entries of a stage"
method: GET
path: "/pipelines/{pipelineId}/entries"
tags: ["Pipelines"]
---

# List entries of a stage

`GET /pipelines/{pipelineId}/entries`

List the entries of one stage, ordered by their board position. `laneId` is the stage's id
from the pipeline's `lanes`. Paginated via `skip` (default 0) and `limit` (default 50,
maximum 200).

## Path parameters

- `pipelineId` string, required

## Query parameters

- `laneId` string, required
- `skip` number, double
- `limit` number, double

## Headers

- `project` string, required

## Response `200`

Ok

- object[]
  - `updatedAt` string, required
  - `createdAt` string, required
  - `laneChangedAt` string, date-time
  - `recordSnapshot` object
    - `subtitle` string
    - `externalId` string
    - `name` string
  - `laneId` string
  - `dueDate` string, date-time
  - `lexorank` string
  - `createdBy` object
    - `isValid` object
    - `createFromHexString` object
    - `createFromTime` object
    - `generate` object
    - `cacheHexString` unknown
    - `prototype` string
  - `recordId` object, required
    - `isValid` object
    - `createFromHexString` object
    - `createFromTime` object
    - `generate` object
    - `cacheHexString` unknown
    - `prototype` string
  - `recordType` 'COMPANY' | 'CONTACT', required — What a pipeline holds. Persisted values — never rename a member, only add.
  - `pipeline` object, required
    - `isValid` object
    - `createFromHexString` object
    - `createFromTime` object
    - `generate` object
    - `cacheHexString` unknown
    - `prototype` string
  - `project` object, required
    - `isValid` object
    - `createFromHexString` object
    - `createFromTime` object
    - `generate` object
    - `cacheHexString` unknown
    - `prototype` string
  - `values` unknown, required
  - `recordValues` RecordStringAny — Construct a type with a set of properties K of type T
  - `_id` string, required

## Changes

- **2026-09-03** `490b7d6391f3` — 2 info
  - added `subschema #2, subschema #4` to the `items/` response property `allOf` list for the response status `200`
  - removed `subschema #2` from the `items/` response property `allOf` list for the response status `200`
- **2026-08-19** `17bf8913206e` — 1 info
  - added the optional property `items/allOf[subschema #2]/dueDate` to the response with the `200` status
- **2026-08-12** `fe2dff9fb04b` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/gleap/apis/gleap-server/changes/pipelines/:pipelineId/entries/get.md)

---

[API](https://skmtc.dev/gleap/apis/gleap-server.md) · [All operations](https://skmtc.dev/gleap/apis/gleap-server/llms.txt) · [OpenAPI document](https://skmtc.dev/gleap/apis/gleap-server/revisions/0a92e15c9803?raw)
