Execute a query to retrieve citation-focused data from AI search responses. 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.
"2025-11-02"
End date of the time period (yyyy-MM-dd).
If collection_frequency is WEEKLY or not set, this must be a Saturday.
"2025-11-29"
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", "perplexity"](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 root domains to filter.
["conductor.com", "abc.com"](Optional) list of domains to filter (e.g., blog.conductor.com).
["blog.conductor.com", "about.conductor.com"](Optional) list of citation URLs to filter.
[
"https://www.conductor.com/blog/conductor-record-enterprise-momentum-ai-search/",
"https://www.conductor.com/academy/debunking-ai-prompt-volume/"
](Optional) list of citation ownership to filter (case-insensitive).
["You", "Partner", "SEO Competitor", "Other"]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 Citation results. Column order matches the schema metadata. All values are returned as strings.
24Current 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.