cURL
curl --request GET \ --url https://api.sftpsync.io/pipelines/{id} \ --header 'x-api-key: <api-key>'
{ "id": "<string>", "name": "<string>", "mappings": [ { "sourceField": "<string>", "targetField": "<string>", "transform": "<string>", "defaultValue": "<unknown>" } ], "isActive": true, "workspaceId": "<string>", "clientId": "<string>", "schemaId": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "direction": "inbound" }
Pipeline
Show child attributes
Pipeline direction. Outbound pipelines accept data via the Outbound Uploads API.
inbound
outbound