Skip to main content
Get pipe execution history from DB
curl --request GET \
  --url https://api.example.com/pipes/{id}/executions
{
  "data": [
    {}
  ]
}

Path Parameters

id
string
required

ID of the pipe

Query Parameters

limit
integer
default:20

Response

200 - application/json

Execution history

data
object[]