OpenMetadata · Example Payload

Getlineage Example

Lineage

Getlineage Example is an example object payload from OpenMetadata, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summarypathmethodtagsoperationId

Example Payload

Raw ↑
{
  "summary": "Get lineage by Id",
  "path": "/v1/lineage/{entity}/{id}",
  "method": "GET",
  "tags": [
    "Lineage"
  ],
  "operationId": "getLineage"
}