---
title: "Get an entry"
method: GET
path: "/pipeline-entries/{entryId}"
tags: ["Pipeline entries"]
---

# Get an entry

`GET /pipeline-entries/{entryId}`

Get one entry together with its pipeline, as `{ entry, pipeline }`. Also powers the ticket
sidebar's "Pipeline" panel and the board's entry route (…/entries/:entryId). 404 when the
entry isn't in this project.

MUST stay the LAST @Get of this controller: tsoa registers routes in
declaration order, and `{entryId}` declared above `for-record` would
swallow it (entryId = "for-record").

## Path parameters

- `entryId` string, required

## Headers

- `project` string, required

## Response `200`

Ok

- unknown

## Changes

- **2026-08-12** `fe2dff9fb04b` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/gleap/apis/gleap-server/changes/pipeline-entries/:entryId/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-service-production.skmtc.workers.dev/v1/apis/gleap/gleap-server/revisions/490b7d6391f3/schema)
