Skip to main content
GET
/
projects
/
{project_id}
/
edge
/
lineages
/
{lineage_id}
Get a single edge table lineage with schema versions and column bindings
curl --request GET \
  --url https://api.ilyama.golain.io/core/api/v1/projects/{project_id}/edge/lineages/{lineage_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'ORG-ID: <api-key>'
{
  "data": {
    "lineage": {
      "created_at": "2023-11-07T05:31:56Z",
      "device_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "fleet_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "org_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "project_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "source_table": "<string>",
      "status": "<string>",
      "updated_at": "2023-11-07T05:31:56Z",
      "materialization_failure_count": 123,
      "materialization_last_error": "<string>"
    },
    "replay_intent": {
      "action_kind": "<string>",
      "action_version": 123,
      "failure_count": 123,
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "status": "<string>",
      "updated_at": "2023-11-07T05:31:56Z",
      "last_error": "<string>"
    }
  },
  "meta": "<unknown>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.ilyama.golain.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

ORG-ID
string
header
required

Path Parameters

project_id
string<uuid>
required
lineage_id
string<uuid>
required

Response

Lineage loaded

Preferred shape for successful JSON responses is { ok, data, meta } with list metadata (e.g. pagination totals) in top-level meta, not nested under data.

data
object
required

Response payload; may be null for no-content successes.

meta
any | null
required

Top-level metadata (e.g. pagination); null when unused.

ok
enum<integer>
required
Available options:
1