---
title: "Get the slim index projection for a lineage record"
method: GET
path: "/lineage/{lid}/summary"
tags: ["lineage"]
---

# Get the slim index projection for a lineage record

`GET /lineage/{lid}/summary`

Returns a thin projection ({name, path|sessionId|workflowRun, labels}) served directly from the index — no object-store read. 404 when no index row exists for the LID.

## Path parameters

- `lid` string, required

## Query parameters

- `workspaceId` integer, required

## Response `200`

OK

- LineageRecordResponse
  - `data` object
  - `displayData` DisplayData
    - `processName` string
    - `runName` string
    - `taskHash` string
    - `workflowId` string
    - `workspaceId` integer
  - `lid` string
  - `recordUri` string
  - `type` string

## Other responses

- `404` — No index row exists for this LID

---

[API](https://skmtc.dev/seqeralabs/apis/seqera-api.md) · [All operations](https://skmtc.dev/seqeralabs/apis/seqera-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/seqeralabs/seqera-api/revisions/97f7655d105a/schema)
