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

# Get direct lineage by ID

`GET /api/v1/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.dev/marmotdata/apis/marmot-api.md) · [All operations](https://skmtc.dev/marmotdata/apis/marmot-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/marmotdata/marmot-api/revisions/0bd802afff21/schema)
