Skip to main content
Trigger a manual pipe run
curl --request POST \
  --url https://api.example.com/pipes/{id}/run
{
  "data": {}
}

Path Parameters

id
string
required

ID of the pipe

Response

200 - application/json

Pipe run result

data
object