List entity relationships
Returns relationship rows touching the path entity. Defaults to renderable-only rows where isCurrent=true and isPrimary=true. Set includeNonRenderable=true to surface historic and non-primary curation rows; returned rows include id, isCurrent, and isPrimary so hidden-row cause is explicit. Use entities relationships row get to retrieve one row by id without an entity path.
Authentication
Client secret for read-only service-to-service access (no writes)
Path parameters
Query parameters
Optional EntityRelationshipType filter, one of: acceleratorParticipant, acquirer, affinity, calculated, competingProductService, competitor, customer, fundManagerFirm, parent, productService, serviceProvider, similarCompany, spinOffFrom, successor. Use entities relationships types for valid values.
Include historic or non-primary rows. Default false returns only rows where isCurrent=true and isPrimary=true.
Opaque URL-safe cursor token from X-Next-Cursor. Reuse the same filters and sort.
Zero-based page index (0..N)
Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.