Get Propagation
GET /api/creative/lore/ml/propagation/{entry_id}
GET
/api/creative/lore/ml/propagation/{entry_id}
Compute impact chains for an entry — what it affects and what affects it.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” entry_id
required
Entry Id
string
Query Parameters
Section titled “Query Parameters ” max_depth
Max Depth
integer
min_strength
Min Strength
number
strength_decay
Strength Decay
number
Responses
Section titled “ Responses ”Successful Response
LoreMLPropagationResponse
Impact chain response — what an entry affects and what affects it.
object
impacts
required
Impacts
Array<object>
LoreMLPropagationImpactSingle impact chain row for GET /ml/propagation/{entry_id}.
object
sourceEntryId
required
Sourceentryid
string
sourceTitle
required
Sourcetitle
string
targetEntryId
required
Targetentryid
string
targetTitle
required
Targettitle
string
targetEntryType
required
Targetentrytype
string
path
required
Path
Array<string>
relationshipTypes
required
Relationshiptypes
Array<string>
depth
required
Depth
integer
strength
required
Strength
number
impactType
required
Impacttype
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