Skip to main content
GET
/
pipeline-runs
/
pipeline
/
{pipelineId}
Get runs by pipeline
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": {},
      "errorMessage": "<string>",
      "processedAt": "2023-11-07T05:31:56Z",
      "schemaId": "<string>",
      "pipelineId": "<string>"
    }
  ],
  "pagination": {
    "page": 123,
    "limit": 123,
    "total": 123,
    "totalPages": 123
  }
}

Authorizations

x-api-key
string
header
required

Path Parameters

pipelineId
string
required

Query Parameters

page
integer
limit
integer

Response

200 - application/json

Runs list

data
object[]
required
pagination
object
required