Skip to main content
POST
Trigger a manual fetch-and-ingest from an external transport

Autorizaciones

Authorization
string
header
requerido

Bearer token authentication (format: "Bearer {token}")

Parámetros de ruta

contextId
string<uuid>
requerido

Context ID

sourceId
string<uuid>
requerido

Source ID

Cuerpo

application/json
credentialRef
string
requerido

Opaque stored-credential reference (not a secret)

Minimum string length: 1
Ejemplo:

"cred-handle-123"

host
string
requerido

Remote endpoint hostname or IP

Minimum string length: 1
Ejemplo:

"sftp.bank.example"

path
string
requerido

Remote directory to list/fetch from

Minimum string length: 1
Ejemplo:

"outbound/returns"

port
integer<int64>
requerido

Remote endpoint port

Rango requerido: 1 <= x <= 65535
Ejemplo:

22

connectOptions
object

Optional non-secret transport tuning (e.g. known_hosts, user, timeout_seconds)

format
string

Fallback content-format hint applied when a fetched object declares none. Accepts the namespaced FormatDescriptor key (region/family/variant) or the legacy flat aliases (cnab240, cielo_edi, ...); both resolve through the same parser registry

Ejemplo:

"br/cnab240/febraban-base"

glob
string

Optional glob filter; empty fetches all

Ejemplo:

"*.ret"

kind
enum<string>

Transport kind selecting the adapter

Opciones disponibles:
sftp,
https,
s3,
imap
Ejemplo:

"sftp"

Respuesta

Accepted

files
object[] | null
requerido

Per-file outcomes of the fetch-and-ingest batch, in fetch order