GET bounded, safe coverage-gap details for one lineage provider instance.
GET /v1/lineage/providers/{provider_instance_id}/gaps| Parameter | Required | Constraints |
|---|---|---|
provider_instance_id | Yes | UUID path parameter. |
workspace_id | Yes | Target workspace. |
status | No | open, resolved, or ignored. |
gap_type | No | Provider-defined type, up to 120 characters. |
limit | No | 1 to 200; default 50. |
cursor | No | UUID cursor from the prior page. |
curl --get "https://api.embrasure.ai/v1/lineage/providers/$PROVIDER_ID/gaps" \
--header "Authorization: Bearer $EMBRASURE_API_TOKEN" \
--data-urlencode "workspace_id=workspace-1" \
--data-urlencode "status=open" \
--data-urlencode "limit=50"{
"workspace_id": "workspace-1",
"provider_instance_id": "2f40bb70-1904-4f1d-9aac-fc1205d2d070",
"items": [],
"next_cursor": null
}Public gap details are limited to safe operational keys such as cadence, last receipt, backlog, normalizer version, and reason. See coverage and troubleshooting.