---
title: "Get direct lineage by ID"
method: GET
path: "/lineage/direct/{id}"
tags: ["lineage"]
---

# Get direct lineage by ID

`GET /lineage/direct/{id}`

Get a specific direct lineage connection by its ID

## Path parameters

- `id` string, uuid, required

## Response `200`

OK

- LineageEdge
  - `id` string
  - `job_mrn` string
  - `last_seen_at` string
  - `observation_count` integer
  - `origin` string
  - `source` string
  - `target` string
  - `type` string

## Other responses

- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/marmotdata/apis/marmot-api.md) · [All operations](https://skmtc.net/marmotdata/apis/marmot-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/marmotdata/marmot-api/versions/ba1b1c4be2e7/schema)
