Get Missing Entries
GET /api/creative/lore/ml/missing-entries
GET
/api/creative/lore/ml/missing-entries
Get suggested missing entries (concepts mentioned but without dedicated pages).
Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” limit
Limit
integer
offset
Offset
integer
Responses
Section titled “ Responses ”Successful Response
MLMissingEntryListResponse
Response listing missing entry suggestions.
object
entries
required
Entries
Array<object>
MLMissingEntryResponseA concept mentioned but without a dedicated entry.
object
suggestedTitle
required
Suggestedtitle
string
mentionCount
required
Mentioncount
integer
mentionedIn
required
Mentionedin
Array<object>
MentionReferenceA reference to an entry that mentions a concept.
object
entryId
required
Entryid
string
entryTitle
required
Entrytitle
string
total
required
Total
integer
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context