v1

latestOpenAPI 3.1.02026-08-0413468163.9 KB
v1-connectors

Get Connector Endpoint

Get single connector with full schema_structure and computed status fields.

Computed fields:

  • needs_reselection: True if schema_version > selection_schema_version
  • needs_reindex: True if selected_schema_version > last_indexed_version
get/v1/connectors/{connector_id}

Path parameters

connector_idstring required

Response

Successful Response

idstring required

Connector ID.

org_idstring required

Organization the connector belongs to.

project_idstring nullable

Project the connector belongs to.

namestring required

Connector name.

service_namestring required

Service type. postgresql today.

statusstring nullable

Current connector status.

created_atstring nullable

When the connector was created.

can_updateboolean nullable

Whether the caller may update this connector.

can_deleteboolean nullable

Whether the caller may delete this connector.