Execute a query to retrieve brand sentiments extracted from AI search responses. Each row represents a single sentiment mention for a brand within an AI response, including optional snippet and its source. This endpoint follows the asynchronous query flow.
executionId.executionId to check status. Returns 200 with results when COMPLETED.executionId and nextPageId from the previous response.nextPageId returned in the previous response. Parallel pagination is not supported.API Key as a query parameter
Request signature computed using API key and secret. Valid for 5 minutes after creation.
API Key as an HTTP header (must match apiKey query parameter)
Submit a new query with filters and parameters. Returns an executionId to track the query.
Required account ID to filter results.
x >= 1101
Start date of the time period (yyyy-MM-dd).
If collection_frequency is WEEKLY or not set, this must be a Sunday.
"2024-03-01"
End date of the time period (yyyy-MM-dd).
If collection_frequency is WEEKLY or not set, this must be a Saturday.
"2024-03-15"
Frequency of data collection.
DAILY, WEEKLY (Optional) list of web property IDs to filter results.
x >= 1[122556, 987654](Optional) list of AI engines to filter.
["chatgptsearch"](Optional) list of locodes to filter (case-insensitive). Based on ISO names from a predefined dictionary. A locode can represent a country ("US"), city ("US NYC"), state ("PL-02"), or a specific location (e.g., an airport).
2 - 12["US", "CA", "US NYC", "US-TX"](Optional) list of search engine language codes to filter (case-insensitive; e.g., en_US, hant_TW).
2 - 7["en_US", "hant_TW"](Optional) list of topics to filter.
[
"marketing automation",
"website optimization"
](Optional) list of prompts to filter.
["best crm", "top crm"](Optional) indicates whether the prompt is branded or unbranded.
branded, unbranded "branded"
(Optional) list of intents to filter. Options include: Education, Brand/Service Navigation, Pricing, Support, Recommendations, Comparison, Purchase, Other.
["Education", "Purchase"](Optional) list of user-defined personas to filter (e.g., "android user", "developers").
["young adults", "developers"](Optional) list of sentiment brands to filter (case-insensitive).
["Conductor", "Conductor AI"](Optional) list of sentiment values to filter.
positive, neutral, negative ["positive"](Optional) list of sentiment categories to filter.
["pricing"](Optional) list of sentiment source domains to filter.
["example.com"]Query completed successfully
List of query results. Each item is a positional tuple row.
Available only when executionState is COMPLETED.
Positional tuple row for AI search sentiments results. Column order matches the schema metadata. All values are returned as strings.
26 elementsCurrent execution state of the query:
IN_PROGRESS: The query is still running. Poll again later.COMPLETED: The query finished successfully. Results are available.FAILED: The query failed. Check the error message if available.IN_PROGRESS, COMPLETED, FAILED Unique identifier for the query execution. Valid for 7 days. Use this for polling and pagination.
Unique identifier for the HTTP request, useful for support and debugging.
Token for retrieving the next page of results. Available as long as the executionId is valid (7 days).
If null, there are no more pages available.
Total number of rows across all pages (if available).
Column metadata providing the name and type for each position in the results tuple.