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

---

[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/93af2e90fb6a/schema)
