Execute an asynchronous query against the comparison web properties config dataset to get comparison web properties having associated owned web properties. 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.Documentation Index
Fetch the complete documentation index at: https://conductor.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
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 for comparison web properties. Returns an executionId to track the query.
Query completed successfully (returned when polling with queryExecutionId)
List of query results. Each item is a positional tuple row.
Available only when executionState is COMPLETED.
Positional tuple row for comparison web properties configuration results. Values are returned as strings in the following order:
5 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.