Skip to main content
POST
ResolveQuery

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
query
query · object
required

Structured query to evaluate.

pagination
pagination · object

Pagination over the matched entity set. page_size defaults per API when unset; pass the previous response's page_info.last_id as the cursor to fetch the next page.

Response

200 - application/json

Success

entityIds
(airflow_dag · object | airflow_task · object | athena_table · object | bigquery_table · object | clickhouse_table · object | custom · object | databricks_table · object | dataproduct · object | dbt_cloud_node · object | dbt_core_node · object | fabric_table · object | monitor · object | mssql_table · object | mysql_table · object | oracle_table · object | postgres_table · object | redshift_table · object | saved_view · object | snowflake_table · object | sql_mesh_audit · object | sql_mesh_model · object | synq_path · object | trino_table · object)[]

Opaque identifiers of the matched entities, one page worth. Round-trip each id verbatim to the rest of the entities API.

Identifier is a unique reference to an entity in Coalesce Quality system. Entity identifiers are designed to closely mimic identifiers used by data platforms and tools. To construct an identifier, you need to know the kind of the entity and the ids that you would normally use to identify it in the data platform or tool. For example, to identify a table in BigQuery, you would need to know the project, dataset, and table names.

pageInfo
PageInfo · object

Pagination cursor for the next page.

renderedResolverQl
string

The resolved selection rendered as canonical ResolverQL. Empty when the selection has no ResolverQL representation.