Relationship Management
Get List of Relationship Records by Entity
Use this API to retrieve a list of Relationship Records by entity.
🗒 Things to Know
- This API only supports AI Governance entities (Models, Datasets, AI Systems, and AI Agents).
- AI Governance APIs will become available over the course of the Spring as customer tenants are upgraded to enhanced AI Governance services. No customer action is required and more detailed information will be published in upcoming release notes and product documentation.
post/api/ai-governance/v1/linked-entity-types/entity-types/names/{entityTypeName}/entities/{entityId}/links/pages
Path parameters
entityTypeName'aisystems' | 'datasets' | 'models' | 'aiagents' required
Name of the Entity Type
entityIdstring uuid required
Entity Identifier
Query parameters
pageinteger
Results page to be retrieved (0..N). Example: '?page=1'
sizeinteger
Number of records per page (1..50). Example: '?size=20'
sort'id,asc' | 'id,desc'
Sorting criteria in the format: property,(asc|desc). Example: '?sort=id,desc'
Request body
Response
Gets - All Related Entities for a given AISystem.