Hi @paul.mcguinness -
Pre-query, the raw JSON output will expose all component collections available within a given meta collection, which could get you a little closer:
"question": {
"query": null,
"originalQuery": null,
"collection": {
"id": "example-meta",
"profiles": {
"_default": {
"id": "_default",
"facetedNavConfConfig": null,
"padreOpts": null
}
},
"facetedNavigationConfConfig": null,
"facetedNavigationLiveConfig": null,
"textMinerBlacklist": [ ],
"metaComponents": [
"example-web",
"example-youtube"
],
"type": "meta"
},
Note the question.collection.metaComponents
output there.