AI Search - Brands
Retrieve brand mention data from AI search responses for your owned brands with Conductor’s asynchronous Data API. Submit, poll, and fetch results.
Change Log
No changes to reportAuthorizations
Conductor API token, sent as Bearer <your-api-token>. Generate a token from Integrations > API > Create API Token.
Body
- Submit
- Poll
- Paginate
Submit a new query with filters and parameters. Returns an executionId to track the query.
Start date of the time period (yyyy-MM-dd).
If collection_frequency is WEEKLY or not set, this must be a Sunday.
If collection_frequency is MONTHLY, this must be the first day of the month.
"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.
If collection_frequency is MONTHLY, this must be the last day of the month.
"2025-11-29"
Frequency of data collection.
DAILY, WEEKLY, MONTHLY (Optional) list of web property IDs to filter results. See Web Properties.
x >= 1(Optional) indicates whether the prompt is branded or unbranded.
branded, unbranded "branded"
(Optional) list of brand or product ownership to filter (case-insensitive).
Response
Successful query execution
List of query results. Each item is a positional tuple row.
Available only when executionState is COMPLETED.
Positional tuple row for AI Search Brand results. Column order matches the schema metadata. All values are returned as strings.
22Current 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.
