Get Queries
This endpoint returns a comprehensive list of queries with complete answer analysis, including whether your customer appears in the answers, the full answer text, competitors mentioned in responses, and all sources cited in the answers.
Use either queryGroupID with a date range for historical data, or executionID to get results from a specific scan.
Results include executions from all supported AI platforms (e.g. ChatGPT, Google AI Overview) by default.
Documentation Index
Fetch the complete documentation index at: https://docs.mindshare.so/llms.txt
Use this file to discover all available pages before exploring further.
AI Platforms (`aiPlatform`)
AI Platforms (`aiPlatform`)
ai_platform field so you can distinguish rows per platform.Use the optional aiPlatform request parameter to filter the response to a single platform. Current values:chatgpt— ChatGPTaioverview— Google AI Overview
executionID is provided, aiPlatform is not needed because an execution already belongs to a single platform.Authorizations
Body
Get queries parameters
The ID of the customer
The ID of the query group
Start date in yyyy-mm-dd format
End date in yyyy-mm-dd format
The ID of the execution
Optional. Filter results to a single AI platform. Current values: 'chatgpt' (ChatGPT), 'aioverview' (Google AI Overview). Additional platforms may be added in the future. If omitted, results from all platforms are returned. Not needed when 'executionID' is provided, since an execution already belongs to a single platform.