Get Wiki Page Entity
Render a single entity's wiki page as markdown.
Cross-space (graph aggregation): looks up by id, with a case-insensitive name fallback. Pass either the entity UUID or its canonical name.
Path Parameters
id_or_name*Id Or Name
Query Parameters
mention_limit?Mention Limit
Default
30Range
1 <= value <= 200Response Body
application/json
application/json
curl -X GET "http://127.0.0.1:14242/library/wiki-page/entity/string"null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}