Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.sftpsync.io/pipeline-runs/pipeline/{pipelineId} \ --header 'x-api-key: <api-key>'
{ "data": [ { "id": "<string>", "filename": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "clientId": "<string>", "path": "<string>", "size": 123, "mimetype": "<string>", "metadata": {}, "errorMessage": "<string>", "processedAt": "2023-11-07T05:31:56Z", "schemaId": "<string>", "pipelineId": "<string>", "pipelineName": "<string>", "isPipelineDeleted": true, "client": { "name": "<string>" } } ], "pagination": { "page": 123, "limit": 123, "total": 123, "totalPages": 123 } }
Runs list
Show child attributes