Skip to main content
GET
Get refresh status

Authorizations

Authorization
string
header
required

Enter your JWT token

Path Parameters

connectionId
integer<int32>
required

The identifier of the connection whose refresh status is requested.

Response

The current refresh status for the connection.

Status of a connection's most recent metadata/object refresh.

status
enum<integer>
required

Current refresh status.

Available options:
0,
1,
2
statusDescription
string | null

Human-readable description of the current status.

error
string | null

Error message from the last failed refresh, if any.

errorDate
string<date-time> | null

When the last error occurred, if any.

lastRefreshDate
string<date-time> | null

When the connection was last refreshed successfully.