Get Entity
Get one entity in depth: core fields (description, aliases, recency) plus slim deduped graph edges ({entityId, name, type, relation, direction, weight}. weight = number of co-mentions across meetings). Set includeEvidence=true to also get the verbatim quotes (who said it, in which meeting). A conflicts array appears when the evidence contains contradictory claims needing validation.
Authentication
AuthorizationBearer
Create a personal key in Alpha settings, or use an access token issued to an approved OAuth client.
Request
This endpoint expects an object.
entityId
Entity id from a previous call
vault
Exact vault id or name from list_vaults. Required whenever the key can reach more than one vault; never guess or use one client’s vault for another.
includeEvidence
Include verbatim evidence quotes (default false)
Response headers
X-Request-Id
Stable identifier for tracing this request in Alpha logs.
Response
Get Entity completed.
data
The result returned by the selected Alpha tool.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error