Get Entity
Knowledge
Get Entity
Fetch an entity or raw piece of evidence by its id.
When a search result or entity listing carries a urn (l1_…, l2_…,
l3_…), pass it bare — the URN is the stable, self-describing identifier.
Example: l2_01kvtxh78ky384gq9xvgsyakg7.
Records without a URN use an assembled reference instead:
- Raw evidence —
evidence:{type}:{id}, where{type}and{id}are theevidence_typeandidof a result fromPOST /knowledge/search. Example:evidence:email:19f04210caef6e91. If you searched withgroup_by=chunk, drop the trailing:{chunk_index}suffix from the result id first. - Extracted entity —
entity:{prefix}:{type}:{id}, where{prefix}isl1,l2, orl3(matching the entity’surnprefix), and{type}/{id}come fromGET /knowledge/entities. Example:entity:l1:person:42.
The {id} segment never contains a colon; some type names use dots (e.g.
person.v2).
GET
Get Entity
Authorizations
Pass your pk_live_... API key as a Bearer token.
Path Parameters
Response
Successful Response