Skip to main content
GET
/
api
/
entities
/
{id}
Get an entity
curl --request GET \
  --url https://neode.ai/api/entities/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "description": "<string>",
    "avatar_url": "<string>",
    "index_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "index_name": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z"
  }
}

Authorizations

Authorization
string
header
required

API key for authentication

Path Parameters

id
string<uuid>
required

Response

Successful response

success
boolean
data
object

An entity representing a subject or object in the knowledge graph