Skip to main content
GET
Retrieve SFTP connector

Authorizations

X-Dromo-License-Key
string
header
required

This backend API key is different than your frontend license key. Please use the "Backend" license key from your Dromo Dashboard.

Path Parameters

id
string<uuid>
required

SFTP connector ID

Example:

"a1b2c3d4-e5f6-7890-abcd-ef1234567890"

Response

SFTP connector details

credentials
string<uuid>
required

ID of SFTP credentials to use

Example:

"ee5d0e45-b098-47bc-8217-e93790243dfa"

schema
string<uuid>
required

ID of import schema to use

Example:

"f9e8d7c6-b5a4-3210-9876-543210fedcba"

schedule
object
required
directory
string
required

SFTP directory to monitor

Example:

"/uploads"

id
string<uuid>
read-only
Example:

"a1b2c3d4-e5f6-7890-abcd-ef1234567890"

file_regex
string | null

Optional regex pattern to filter files (null accepts all files)

Example:

".*\\.csv$"