Skip to content

SDK API Reference / Connection

Interface: Connection

Connection from TD API v4 (/v4/connectors)

Properties

created_at?

optional created_at: string

When the connection was created


id

id: string

Unique connection ID


name

name: string

Connection name


owner?

optional owner: UserReference

Connection owner


settings?

optional settings: Record<string, unknown>

Connection settings


shared?

optional shared: boolean

Whether this connection is shared with all users


type

type: string

Connection type (e.g., 's3', 'bigquery', 'postgres')


updated_at?

optional updated_at: string

When the connection was last updated