Pipelines
Copy Page
HookPipe API 🚀
Pipelines
List all pipelines
GET
Create a new pipeline
POST
Get pipeline by source path
GET
Update a pipeline
PATCH
Delete a pipeline
DELETE
Ingestion
Ingest webhook payload
POST
Jobs & Monitoring
Query job status
GET
Get delivery attempt logs
GET
Schemas
CreatePipelineInput
UpdatePipelineInput
Action
TransformAction
FilterAction
EnrichAction
JobStatus
IngestionResponse
Pipelines
Copy Page
Get pipeline by source path
GET
/api/pipelines/{sourcePath}
Try it
Run in Apidog
Run in Apidog
Request
Path Params
Generate Code
Responses
🟢
200
Pipeline configuration retrieved.
This response does not have a body.
ðŸŸ
404
Request
Request Example
Shell
JavaScript
Java
Swift
cURL
cURL-Windows
Httpie
wget
PowerShell
curl
--location
--request
GET
'http://localhost:3000/api/pipelines/'
Modified atÂ
2026-03-28 09:04:00
Previous
Create a new pipeline
Next
Update a pipeline