crossload_topic_stats
Returns counts only, never the items themselves: for the items use crossload_search. Given one topic name, it counts the whole topic server-side and reports how it is distributed over bible books and chapters, authors, series, years, licences, categories, media and duration, plus the topics that co-occur on the same items. Use it to answer 'which passages/authors/years does this topic span', to find related topics by evidence rather than by guess, and before writing anything that sums up a topic: counting by hand means paging through every hit. The topic name must match crossload_browse exactly; a guessed spelling is rejected and nothing is counted. 'withoutBibleRef' says how many items carry no passage at all, which is the caveat to every statement about the passages of a topic. Each distribution lists the most frequent entries only, and says so when it leaves something out.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | Yes | Topic name, exactly as listed by crossload_browse, e.g. 'Vergebung'. Resolved server-side; a guessed spelling is rejected and nothing is counted. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | No | ||
| status | Yes | ||
| message | No | ||
| resolved | No | ||
| truncated | No | ||
| candidates | No | ||
| distributions | No | ||
| policyVersion | No | ||
| totalContents | No | ||
| countedContents | No |