Skip to main content
GET
/
list
/
graph_relations_by_id
Get Graph Relations By Id
curl --request GET \
  --url https://api.usecortex.ai/list/graph_relations_by_id \
  --header 'Authorization: Bearer <token>'
{
  "relations": [],
  "success": true,
  "message": "Relations retrieved successfully"
}
Hit the Try it button to try this API now in our playground. It’s the best way to check the full request and response in one place, customize your parameters, and generate ready-to-use code snippets.

Examples

  • API Request
  • TypeScript
  • Python (Sync)
curl --request GET \
  --url https://api.usecortex.ai/list/graph_relations_by_id?tenant_id=tenant_1234&source_id=source_1234&sub_tenant_id=sub_tenant_4567 \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \

Authorizations

Authorization
string
header
required

Query Parameters

source_id
string
required
Example:
tenant_id
string
default:""
Example:
sub_tenant_id
string | null
Example:

Response

relations
Relations · array
required
Example:
success
boolean
default:true
Example:
message
string
default:Relations retrieved successfully