API Reference
Per-query trigger hit stats (executions vs. carousel apparitions)
X-API-Key<token>
API Key for programmatic access
In: header
Path Parameters
domainId*string
Response Body
application/json
curl -X GET "https://example.com/api/domains/string/shopping/queries/execution-stats"{ "stats": { "property1": { "totalExecutions": 12, "carouselHits": 7, "hitRate": 0.58 }, "property2": { "totalExecutions": 12, "carouselHits": 7, "hitRate": 0.58 } }}