Skip to main content
GET
Get Connector Endpoint
Returns status and readiness information, plus can_update and can_delete permission flags for the calling token.

Authorizations

Authorization
string
header
required

Ardent API key (sk-ard_live_… / sk-ard_test_…) or a dashboard session token.

Path Parameters

connector_id
string
required

Response

Successful Response

id
string
required

Connector ID.

name
string
required

Connector name.

org_id
string
required

Organization the connector belongs to.

service_name
string
required

Service type. postgresql today.

can_delete
boolean | null

Whether the caller may delete this connector.

can_update
boolean | null

Whether the caller may update this connector.

created_at
string | null

When the connector was created.

project_id
string | null

Project the connector belongs to.

status
string | null

Current connector status.