Skip to main content
GET
GLEIF Level-2 relationships

Authorizations

Authorization
string
header
required

GDELT Cloud API key. Send as Authorization: Bearer gdelt_sk_....

Query Parameters

lei
string

Match relationships where this LEI is either endpoint. Must pass the ISO 17442 check digit.

relationship_type
enum<string>

e.g. IS_DIRECTLY_CONSOLIDATED_BY, IS_ULTIMATELY_CONSOLIDATED_BY, IS_INTERNATIONAL_BRANCH_OF. Validated — 400 INVALID_ENUM otherwise. Full value list: https://docs.gdeltcloud.com/reference/enums#gleif_relationship_type

Available options:
IS_DIRECTLY_CONSOLIDATED_BY,
IS_ULTIMATELY_CONSOLIDATED_BY,
IS_INTERNATIONAL_BRANCH_OF,
IS_FUND-MANAGED_BY,
IS_SUBFUND_OF,
IS_FEEDER_TO
relationship_status
string

ACTIVE or INACTIVE. Observed vocabulary, measured 2026-08-10 (3 distinct values). Values outside it are accepted, not rejected. Discover current values: GET /api/v2/gleif/relationships?lei=<lei> — readstatus``. The status of a GLEIF relationship record. Unlike relationship_type beside it, this one is uppercased and passed through unvalidated, so it is published as measured. Values seen in the corpus: https://docs.gdeltcloud.com/reference/enums#gleif_relationship_status

limit
integer
default:50

Rows to return.

Required range: 1 <= x <= 500
cursor
integer

Offset cursor.

Required range: x >= 0

Response

Relationship records with pagination, applied_filters and meta.

The response is of type object.