---
title: "GET /linkconnections/{linkConnectionName}/detailedstatus"
method: GET
path: "/linkconnections/{linkConnectionName}/detailedstatus"
tags: ["linkConnections"]
---

# GET /linkconnections/{linkConnectionName}/detailedstatus

`GET /linkconnections/{linkConnectionName}/detailedstatus`

Get the detailed status of a link connection

## Path parameters

- `linkConnectionName` string, required

## Query parameters

- `api-version` string, required

## Response `200`

OK

- LinkConnectionDetailedStatus
  - `id` string — Link connection id
  - `name` string — Link connection name
  - `isApplyingChanges` boolean — Is link connection applying changes
  - `isPartiallyFailed` boolean — Is link connection partially failed
  - `startTime` object — Link connection start time
  - `stopTime` object — Link connection stop time
  - `status` string — Link connection status, please refer to this [articles](https://learn.microsoft.com/azure/synapse-analytics/synapse-link/sql-database-synapse-link#monitoring) for details.
  - `continuousRunId` string — Link connection's corresponding continuous run id
  - `error` object — Link connection error
  - `refreshStatus` LinkConnectionRefreshStatus
    - `refreshStatus` string — Link connection refresh status
    - `errorMessage` string — Link connection refresh error message
  - `landingZoneCredentialExpireTime` string, date-time — Link connection landing zone credential expire time

## Other responses

- `default` — An error response received from the Azure Synapse service.

---

[API](https://skmtc.net/azuresynapse/apis/artifactsclient-4.md) · [All operations](https://skmtc.net/azuresynapse/apis/artifactsclient-4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azuresynapse/artifactsclient-4/versions/fc1fdc654d4b/schema)
