Retrieve relations for a specific source.
Use this endpoint to fetch all relations associated with a specific source. This is useful when you need to understand the relationships between entities within a source.
Provide the source ID in the request body along with your tenant information to get the relations for that source.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The source ID to fetch relations for
"CortexDoc1234"
Unique identifier for the tenant/organization
"tenant_1234"
Optional sub-tenant identifier used to organize data within a tenant. If omitted, the default sub-tenant created during tenant setup will be used.
"sub_tenant_4567"
Successful Response
List of relations retrieved
Triple with multiple evidence items from different chunks
[]Indicates whether the request was successful
true
Response message describing the operation result