# List Identity Links Read Identity Links from the Matching Decision Log identified by ID. Endpoint: GET /userfeedbacks/identitylinks Version: 2 Security: apiKey ## Query parameters: - `startAfter` (string) Indicator for the next page. Used together with nextStartAfter from the result. Example: "5712566172571652" - `limit` (integer) Number of items to be returned. Example: "100" - `linkStorageId` (string, required) Link Storage Id. Example: "72d6900fce6b326088f5d9d91049e3e6" - `storageId` (string) Unique Storage identifier. Example: "72d6900fce6b326088f5d9d91049e3e6" - `dataSourceId` (string) Unique Storage's Data Source identifier. Example: "648824a691d8d2503d65103e" - `businessPartnerId` (string) Business Partner ID provided by CDQ that is unique across all stored Business Partners in CDQ Cloud. Used to filter results by this ID. Example: "63e635235c06b7396330fe40" ## Response 200 fields (application/json): - `startAfter` (string) The ID which is used to read the page. Example: "5712566172571652" - `limit` (integer) Number of items per page. Example: "100" - `values` (array) List of identity links. - `values.id` (string) Uniquely identifying ID of the identity link. Example: "654477e4b930b62e0ceb4950" - `values.linkStorageId` (string) Uniquely identifying ID of identity link's the storage. Example: "96f89e48aa7b331c82fb30c02d0f7154" - `values.createdAt` (string) Date of creation (ISO 8601-compliant). Example: "2025-08-29T09:46:53Z" - `values.createdBy` (string) Creator of a resource. Example: "76248934691294444" - `values.linkStatus` (string) Status of the identity link. * INFERRED: The link has been inferred by the system. * ASSERTED: The link has been asserted by the user. * RETRACTED: The link has been retracted by the user. Example: "INFERRED" - `values.linkKind` (string) Enum indicating confidence of an identity link. * SAME: The two entities are the same. * MAYBESAME: The two entities are likely the same. * DIFFERENT: The two entities are different. Example: "SAME" - `values.entityA` (object) Entry of the identity link. - `values.entityA.storageId` (string, required) Unique identifier of the Storage. Example: "72d6900fce6b326088f5d9d91049e3e6" - `values.entityA.dataSourceId` (string, required) Unique identifier for a Data Source of the Storage. Example: "648824a691d8d2503d65103e" - `values.entityA.businessPartnerId` (string, required) A CDQ ID identifies a business partner uniquely in the context of the Corporate Data League. Example: "63e635235c06b7396330fe40" - `values.entityB` (object) Entry of the identity link. - `nextStartAfter` (string) Provides a value to be used as a startAfter in next page request. Example: "5712566172571652"