Get Started
Monitors
Incidents
Analytics
Data Warehouse Integrations
SQLMesh Integrations
Orchestration Tool Integrations
Alerting Integrations
Catalogs
Security
Support
Developer API
- Getting Started
- REST API
- ChangesService
- CodeService
- DatabaseCoordinatesService
- SqlTestsService
- TestSuggestionsService
- DwhService
- EntitiesService
- EntityExecutionsService
- AtlanIntegrationService
- AtlanProviderService
- AtlanWorkflowService
- CommitsService
- ImpactService
- IncidentsService
- IssuesService
- LineageService
- DeploymentRulesService
- HistoryService
- MonitorInfoService
- PlatformsService
- SchemasService
- EntityIncidentsService
- EntityIssuesService
- TriageService
- gRPC API
- Webhooks
DatabaseCoordinatesService
Get apicoordinatesv1database
Get multiple DatabaseCoordinates for identifiers.
GET
/
api
/
coordinates
/
v1
/
database
Copy
Ask AI
curl --request GET \
--url https://developer.synq.io/api/coordinates/v1/database \
--header 'Authorization: Bearer <token>'
Copy
Ask AI
{
"coordinates": [
{
"identifiers": [
{
"dbtCoreNode": {
"integrationId": "<string>",
"nodeId": "<string>"
},
"dbtCloudNode": {
"projectId": "<string>",
"accountId": "<string>",
"nodeId": "<string>"
},
"bigqueryTable": {
"project": "<string>",
"dataset": "<string>",
"table": "<string>"
},
"snowflakeTable": {
"account": "<string>",
"database": "<string>",
"schema": "<string>",
"table": "<string>"
},
"redshiftTable": {
"cluster": "<string>",
"database": "<string>",
"schema": "<string>",
"table": "<string>"
},
"postgresTable": {
"host": "<string>",
"database": "<string>",
"schema": "<string>",
"table": "<string>"
},
"mysqlTable": {
"host": "<string>",
"schema": "<string>",
"table": "<string>"
},
"clickhouseTable": {
"host": "<string>",
"schema": "<string>",
"table": "<string>"
},
"airflowDag": {
"integrationId": "<string>",
"dagId": "<string>"
},
"airflowTask": {
"integrationId": "<string>",
"dagId": "<string>",
"taskId": "<string>"
},
"custom": {
"id": "<string>"
},
"dataproduct": {
"id": "<string>"
},
"synqPath": {
"path": "<string>"
},
"databricksTable": {
"workspace": "<string>",
"catalog": "<string>",
"schema": "<string>",
"table": "<string>"
},
"trinoTable": {
"host": "<string>",
"catalog": "<string>",
"schema": "<string>",
"table": "<string>"
},
"sqlMeshModel": {
"integrationId": "<string>",
"fqn": "<string>"
},
"sqlMeshAudit": {
"integrationId": "<string>",
"fqn": "<string>",
"auditId": "<string>"
},
"monitor": {
"monitoredId": {},
"monitorId": "<string>",
"segment": "<string>",
"integrationId": "<string>"
}
}
],
"synqPaths": [
"<string>"
],
"dialectName": "<string>",
"dialect": 123,
"dataPlatform": {
"unknown": {},
"bigquery": {
"project": "<string>"
},
"clickhouse": {
"host": "<string>",
"schema": "<string>"
},
"snowflake": {
"account": "<string>",
"database": "<string>"
},
"redshift": {
"cluster": "<string>",
"database": "<string>"
},
"postgres": {
"host": "<string>",
"database": "<string>"
},
"mysql": {
"host": "<string>"
},
"databricks": {
"workspace": "<string>"
},
"dbtCloud": {
"apiEndpoint": "<string>",
"accountId": "<string>",
"projectId": "<string>"
},
"sqlMesh": {
"defaultDatabaseInstance": "<string>"
},
"duckdb": {
"motherduckAccount": "<string>"
},
"trino": {
"coordinator": "<string>"
},
"synqIntegrationId": "<string>"
},
"dataPlatformType": 123,
"connectionId": "<string>",
"instanceName": "<string>",
"databaseName": "<string>",
"schemaName": "<string>",
"objectName": "<string>",
"sqlFqn": "<string>"
}
]
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200
application/json
OK
BatchGetEntitiesResponse is the response message for the BatchGetEntities method.
Copy
Ask AI
curl --request GET \
--url https://developer.synq.io/api/coordinates/v1/database \
--header 'Authorization: Bearer <token>'
Copy
Ask AI
{
"coordinates": [
{
"identifiers": [
{
"dbtCoreNode": {
"integrationId": "<string>",
"nodeId": "<string>"
},
"dbtCloudNode": {
"projectId": "<string>",
"accountId": "<string>",
"nodeId": "<string>"
},
"bigqueryTable": {
"project": "<string>",
"dataset": "<string>",
"table": "<string>"
},
"snowflakeTable": {
"account": "<string>",
"database": "<string>",
"schema": "<string>",
"table": "<string>"
},
"redshiftTable": {
"cluster": "<string>",
"database": "<string>",
"schema": "<string>",
"table": "<string>"
},
"postgresTable": {
"host": "<string>",
"database": "<string>",
"schema": "<string>",
"table": "<string>"
},
"mysqlTable": {
"host": "<string>",
"schema": "<string>",
"table": "<string>"
},
"clickhouseTable": {
"host": "<string>",
"schema": "<string>",
"table": "<string>"
},
"airflowDag": {
"integrationId": "<string>",
"dagId": "<string>"
},
"airflowTask": {
"integrationId": "<string>",
"dagId": "<string>",
"taskId": "<string>"
},
"custom": {
"id": "<string>"
},
"dataproduct": {
"id": "<string>"
},
"synqPath": {
"path": "<string>"
},
"databricksTable": {
"workspace": "<string>",
"catalog": "<string>",
"schema": "<string>",
"table": "<string>"
},
"trinoTable": {
"host": "<string>",
"catalog": "<string>",
"schema": "<string>",
"table": "<string>"
},
"sqlMeshModel": {
"integrationId": "<string>",
"fqn": "<string>"
},
"sqlMeshAudit": {
"integrationId": "<string>",
"fqn": "<string>",
"auditId": "<string>"
},
"monitor": {
"monitoredId": {},
"monitorId": "<string>",
"segment": "<string>",
"integrationId": "<string>"
}
}
],
"synqPaths": [
"<string>"
],
"dialectName": "<string>",
"dialect": 123,
"dataPlatform": {
"unknown": {},
"bigquery": {
"project": "<string>"
},
"clickhouse": {
"host": "<string>",
"schema": "<string>"
},
"snowflake": {
"account": "<string>",
"database": "<string>"
},
"redshift": {
"cluster": "<string>",
"database": "<string>"
},
"postgres": {
"host": "<string>",
"database": "<string>"
},
"mysql": {
"host": "<string>"
},
"databricks": {
"workspace": "<string>"
},
"dbtCloud": {
"apiEndpoint": "<string>",
"accountId": "<string>",
"projectId": "<string>"
},
"sqlMesh": {
"defaultDatabaseInstance": "<string>"
},
"duckdb": {
"motherduckAccount": "<string>"
},
"trino": {
"coordinator": "<string>"
},
"synqIntegrationId": "<string>"
},
"dataPlatformType": 123,
"connectionId": "<string>",
"instanceName": "<string>",
"databaseName": "<string>",
"schemaName": "<string>",
"objectName": "<string>",
"sqlFqn": "<string>"
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.