cURL
curl --request GET \ --url https://neode.ai/api/graphs/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "description": "<string>", "index_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "metadata": {}, "triple_count": 123, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } }
Get a specific graph by ID with triple count
API key for authentication
Successful response
A graph organizing related triples
Show child attributes