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