cURL
curl --request GET \ --url https://api.sftpsync.io/pipeline-runs \ --header 'x-api-key: <api-key>'
{ "data": [ { "id": "run_123", "status": "completed" } ], "pagination": { "page": 1, "limit": 50, "total": 1, "totalPages": 1 } }
x >= 1
1 <= x <= 1000
pending
processing
completed
failed
acknowledged
Filter by pipeline name (partial, case-insensitive).
Paginated pipeline runs
Show child attributes