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
TriageService
Get apitriagev1conclusions
Retrieves the latest triage state for one or more issues. This method is used by the LLM agent to retrieve the current state of the issues it is working on.
GET
/
api
/
triage
/
v1
/
conclusions
Copy
Ask AI
curl --request GET \
--url https://developer.synq.io/api/triage/v1/conclusions \
--header 'Authorization: Bearer <token>'
Copy
Ask AI
{
"conclusions": [
{
"conclusion": {
"conclusionId": "<string>",
"issueIds": [
"<string>"
],
"title": "<string>",
"summary": "<string>",
"concludedAt": "2023-11-07T05:31:56Z",
"isFinalConclusion": true,
"setExpected": {},
"setNoActionNeeded": {},
"setFixed": {},
"declareIncident": {
"title": "<string>",
"description": "<string>"
},
"addToIncident": {
"incidentId": "<string>"
},
"requestForHumanReview": {},
"unexplained": {}
},
"originalIssueIds": [
"<string>"
],
"evidence": [
{
"evidenceId": "<string>",
"issueIds": [
"<string>"
],
"title": "<string>",
"issueHistory": {
"issueIds": [
"<string>"
]
},
"rootCause": {
"issueId": "<string>"
},
"relatedIssue": {
"issueIds": [
"<string>"
]
},
"change": {
"entities": [
{
"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>"
}
}
],
"entitiesSynqPaths": [
"<string>"
],
"changeDescription": "<string>",
"changeIds": [
"<string>"
]
},
"analysis": {
"analysis": "<string>",
"sqlQueries": [
"<string>"
]
},
"commit": {
"changeId": "<string>",
"relevantCodeChanges": [
{
"filePath": "<string>",
"startLine": 123,
"endLine": 123,
"changeDescription": "<string>"
}
]
},
"dataQueryV2": {
"items": [
{
"queryId": "<string>",
"dataAnalysis": "<string>"
}
]
},
"other": {
"analysis": "<string>"
},
"impactedDataproduct": {
"impactReason": "<string>",
"dataproductIds": [
"<string>"
]
},
"impactedOwner": {
"impactReason": "<string>",
"ownerIds": [
"<string>"
]
}
}
],
"userFeedback": {
"user": "<string>",
"feedbackAt": "2023-11-07T05:31:56Z",
"accept": {},
"dismiss": {
"comment": "<string>"
},
"retriage": {
"instruction": "<string>"
}
}
}
]
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
List of issue IDs for which latest conclusion should be returned.
Response
200
application/json
OK
The response is of type object
.
Copy
Ask AI
curl --request GET \
--url https://developer.synq.io/api/triage/v1/conclusions \
--header 'Authorization: Bearer <token>'
Copy
Ask AI
{
"conclusions": [
{
"conclusion": {
"conclusionId": "<string>",
"issueIds": [
"<string>"
],
"title": "<string>",
"summary": "<string>",
"concludedAt": "2023-11-07T05:31:56Z",
"isFinalConclusion": true,
"setExpected": {},
"setNoActionNeeded": {},
"setFixed": {},
"declareIncident": {
"title": "<string>",
"description": "<string>"
},
"addToIncident": {
"incidentId": "<string>"
},
"requestForHumanReview": {},
"unexplained": {}
},
"originalIssueIds": [
"<string>"
],
"evidence": [
{
"evidenceId": "<string>",
"issueIds": [
"<string>"
],
"title": "<string>",
"issueHistory": {
"issueIds": [
"<string>"
]
},
"rootCause": {
"issueId": "<string>"
},
"relatedIssue": {
"issueIds": [
"<string>"
]
},
"change": {
"entities": [
{
"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>"
}
}
],
"entitiesSynqPaths": [
"<string>"
],
"changeDescription": "<string>",
"changeIds": [
"<string>"
]
},
"analysis": {
"analysis": "<string>",
"sqlQueries": [
"<string>"
]
},
"commit": {
"changeId": "<string>",
"relevantCodeChanges": [
{
"filePath": "<string>",
"startLine": 123,
"endLine": 123,
"changeDescription": "<string>"
}
]
},
"dataQueryV2": {
"items": [
{
"queryId": "<string>",
"dataAnalysis": "<string>"
}
]
},
"other": {
"analysis": "<string>"
},
"impactedDataproduct": {
"impactReason": "<string>",
"dataproductIds": [
"<string>"
]
},
"impactedOwner": {
"impactReason": "<string>",
"ownerIds": [
"<string>"
]
}
}
],
"userFeedback": {
"user": "<string>",
"feedbackAt": "2023-11-07T05:31:56Z",
"accept": {},
"dismiss": {
"comment": "<string>"
},
"retriage": {
"instruction": "<string>"
}
}
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.