Operating system set to macOS
Documentation jurisdiction set to United States
Sign inConnect Claude

Invoke Skill Assets Trace

post/api/v1/skills/assets.trace/invoke

Forensic asset tracing β€” funds flow, related-party mapping, ownership trails.

Request bodyapplication/json

FieldTypeDescription
client_idrequiredstring (uuid)β€”
scope"funds_flow" | "related_party" | "asset_dissipation" | "ownership" | "matrimonial"β€”
funds_flowrelated_partyasset_dissipationownershipmatrimonial
time_periodstring | nullβ€”
target_entitystring | nullβ€”
file_idsstring (uuid)[]β€”
jurisdiction"AU" | "GB" | "CA" | "US" | "NZ" | nullβ€”

Responses

200Skill executed successfully
FieldTypeDescription
skillrequiredstringβ€”
outputrequiredobjectβ€”
show nested
FieldTypeDescription
stub_fieldsstring[]β€”
warningsstring[]β€”
investigation_idstring (uuid)β€”
funds_flowobject[]β€”
item shape
Empty object.
related_partiesobject[]β€”
item shape
Empty object.
red_flagsany[]β€”
forensic_narrativestringβ€”
evidence_checkliststring[]β€”
citationsany[]β€”
correlation_idrequiredstringβ€”
401Authentication required
FieldTypeDescription
errorrequiredobjectβ€”
show nested
FieldTypeDescription
typerequiredstringβ€”
coderequiredstringβ€”
messagerequiredstringβ€”
paramstringβ€”
retry_after_secondsintegerβ€”
403Insufficient permissions
FieldTypeDescription
errorrequiredobjectβ€”
show nested
FieldTypeDescription
typerequiredstringβ€”
coderequiredstringβ€”
messagerequiredstringβ€”
paramstringβ€”
retry_after_secondsintegerβ€”
404Skill not found
FieldTypeDescription
errorrequiredobjectβ€”
show nested
FieldTypeDescription
typerequiredstringβ€”
coderequiredstringβ€”
messagerequiredstringβ€”
paramstringβ€”
retry_after_secondsintegerβ€”
429Rate limit exceeded
FieldTypeDescription
errorrequiredobjectβ€”
show nested
FieldTypeDescription
typerequiredstringβ€”
coderequiredstringβ€”
messagerequiredstringβ€”
paramstringβ€”
retry_after_secondsintegerβ€”
5XXInternal server error
FieldTypeDescription
errorrequiredobjectβ€”
show nested
FieldTypeDescription
typerequiredstringβ€”
coderequiredstringβ€”
messagerequiredstringβ€”
paramstringβ€”
retry_after_secondsintegerβ€”
curl https://api.dev.arch.ie/api/v1/skills/assets.trace/invoke \
  -X POST \
  -H "Authorization: Bearer sk_..." \
  -H "Content-Type: application/json" \
  -d '{
       "client_id": "00000000-0000-0000-0000-000000000000",
       "scope": "funds_flow",
       "time_period": null,
       "target_entity": null,
       "file_ids": [
         "00000000-0000-0000-0000-000000000000"
       ],
       "jurisdiction": null
     }'