Read provider gaps

GET bounded, safe coverage-gap details for one lineage provider instance.

GET /v1/lineage/providers/{provider_instance_id}/gaps

ParameterRequiredConstraints
provider_instance_idYesUUID path parameter.
workspace_idYesTarget workspace.
statusNoopen, resolved, or ignored.
gap_typeNoProvider-defined type, up to 120 characters.
limitNo1 to 200; default 50.
cursorNoUUID 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.