API Reference
Per-prompt detail with paginated internal search queries and cited sources
X-API-Key<token>
API Key for programmatic access
In: header
Path Parameters
domainId*string
queryId*string
Response Body
application/json
curl -X GET "https://example.com/api/domains/string/shopping/queries/string/details"{ "queryId": "10210520-b895-40ca-bce5-474f9643bf53", "totalExecutions": 12, "successfulExecutions": 7, "successRate": 58, "lastExecutedAt": "string", "searchQueries": { "items": [ "string" ], "total": 23, "page": 0, "pageSize": 6 }, "sources": { "items": [ "string" ], "total": 23, "page": 0, "pageSize": 6 }}