cURL
curl --request GET \ --url https://api.sftpsync.io/pipelines \ --header 'x-api-key: <api-key>'
[ { "id": "<string>", "name": "<string>", "mappings": [ { "sourceField": "<string>", "targetField": "<string>", "transform": "<string>", "defaultValue": "<any>" } ], "isActive": true, "workspaceId": "<string>", "clientId": "<string>", "schemaId": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ]
Filter by client ID.
Filter by client name (partial, case-insensitive).
Pipelines
Show child attributes