Relationship Management
Get Relationship Record
Use this API to retrieve the details of a specific Relationship Record between entities.
🗒 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.
get/api/ai-governance/v1/links/{linkId}
Path parameters
linkIdstring uuid required
Identifier of the link record
Unique identifier of the link record to retrieve
Query parameters
linkTypeIdstring uuid required
Unique identifier of the link type to use for getting the relationship
Response
OK - Returns the complete details of the requested relationship
Example response
{
"id": "d1119953-b4b5-4042-8cb9-b78038cc4c46",
"linkType": {
"name": "Related"
}
}