Skip to main content
Get recent pipe run logs (in-memory)
curl --request GET \
  --url https://api.example.com/pipes/{id}/logs
{
  "data": [
    {}
  ]
}

Path Parameters

id
string
required

ID of the pipe

Response

200 - application/json

Pipe logs

data
object[]