Skip to main content
GET
/
api
/
entities
/
{id}
/
aliases
List aliases for an entity
curl --request GET \
  --url https://api.mentionlab.io/api/entities/{id}/aliases \
  --header 'x-project-id: <x-project-id>'
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "alias": "<string>",
    "source": "llm",
    "originEntityId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  }
]

Headers

x-project-id
string
required

Project ID to specify the project context

Path Parameters

id
string<uuid>
required

Entity ID

Response

default - application/json
id
string<uuid>
required
alias
string
required
source
enum<string>
required
Available options:
llm,
manual,
merge
originEntityId
string<uuid> | null
required

The entity this alias originally belonged to (set during merge)