Get apichangesv1
List retrieves the history of changes for a specific entity identified by its path. Changes are returned in chronological order (newest first) and include details about the type of change, when it occurred, and who made it.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
SYNQ integration_id that identifies the dbt Core project
Dbt node_id that identifies one of dbt DAG nodes (model, test, etc)
Your dbt Cloud project id
Your dbt Cloud account id
Dbt node_id that identifies one of dbt DAG nodes (model, test, etc)
BigQuery project
BigQuery dataset id
BigQuery table name
Snowflake account
Snowflake database
Snowflake schema
Snowflake table
Redshift cluster
Redshift database
Redshift schema
Redshift table
Postgres hostname without port
Postgres database
Postgres schema
Postgres table
Mysql hostname without port
Mysql database
Mysql table
Clickhouse hostname without port
Clickhouse database
Clickhouse table
SYNQ integration_id that identifies the Airflow instance
Airflow dag_id that identifies the DAG
SYNQ integration_id that identifies the Airflow instance
Airflow dag_id that identifies the DAG
Airflow task_id that identifies the task within the DAG
Id that identifies the custom entity The Id should be unique within the custom entity Identifier.
Dataproduct id that identifies the Dataproduct
SYNQ path that identifies the SYNQ entity, needs to be one of supported paths
URL of Databricks workspace
Databricks catalog
Databricks schema
Databricks table or view
Hostname of the Trino instance
Trino catalog
Trino schema
Trino table or view
SYNQ integration_id that identifies the dbt Core project
SQLMesh model fully qualified name
SYNQ integration_id that identifies the dbt Core project
SQLMesh model fully qualified name
Identifier of the audit
SYNQ integration_id that identifies the dbt Core project
Dbt node_id that identifies one of dbt DAG nodes (model, test, etc)
Your dbt Cloud project id
Your dbt Cloud account id
Dbt node_id that identifies one of dbt DAG nodes (model, test, etc)
BigQuery project
BigQuery dataset id
BigQuery table name
Snowflake account
Snowflake database
Snowflake schema
Snowflake table
Redshift cluster
Redshift database
Redshift schema
Redshift table
Postgres hostname without port
Postgres database
Postgres schema
Postgres table
Mysql hostname without port
Mysql database
Mysql table
Clickhouse hostname without port
Clickhouse database
Clickhouse table
SYNQ integration_id that identifies the Airflow instance
Airflow dag_id that identifies the DAG
SYNQ integration_id that identifies the Airflow instance
Airflow dag_id that identifies the DAG
Airflow task_id that identifies the task within the DAG
Id that identifies the custom entity The Id should be unique within the custom entity Identifier.
Dataproduct id that identifies the Dataproduct
SYNQ path that identifies the SYNQ entity, needs to be one of supported paths
URL of Databricks workspace
Databricks catalog
Databricks schema
Databricks table or view
Hostname of the Trino instance
Trino catalog
Trino schema
Trino table or view
SYNQ integration_id that identifies the dbt Core project
SQLMesh model fully qualified name
SYNQ integration_id that identifies the dbt Core project
SQLMesh model fully qualified name
Identifier of the audit
Identifier of the monitor
Optional monitor segmentation identifier
SYNQ integration_id of the monitored identifier
Identifier of the monitor
Optional monitor segmentation identifier
SYNQ integration_id of the monitored identifier
Return changes older than or on before
. Defaults to now()
.
Return changes newer than until. Defaults to before - 7days,
Return only changes of specific types.
Response
OK
ListResponse contains the list of changes made to the requested entity.