Datasources

Get a single datasource connector

Returns the full details of a datasource connector including non-sensitive metadata and the list of connected services enriched with live sync state from each service's Digitize pod.

get/datasources/{id}

Path parameters

idstring required

Datasource UUID

Response

Datasource detail

created_atstring

CreatedAt is the creation timestamp.

idstring

ID is the UUID of the datasource connector.

messagestring

Message contains a human-readable description of the current status (may be empty).

metadataobject

Metadata holds the non-sensitive configuration fields. Sensitive fields (e.g. secret_access_key, private_key) are always stripped.

namestring

Name is the unique human-readable label.

statusstring

Status is the current connectivity status ("connected" or "offline").

typestring

Type is always "datasource".

updated_atstring

UpdatedAt is the last-update timestamp.

Changes