Jobs & Monitoring
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
Jobs & Monitoring
Copy Page
Get delivery attempt logs
GET
/api/jobs/{id}/attempts
Try it
Run in Apidog
Run in Apidog
Detailed history of all delivery attempts for each subscriber in the fan-out.
Request
Path Params
Generate Code
Responses
🟢
200
List of delivery attempts with status and response codes.
This response does not have a body.
Request
Request Example
Shell
JavaScript
Java
Swift
cURL
cURL-Windows
Httpie
wget
PowerShell
curl
--location
--request
GET
'http://localhost:3000/api/jobs//attempts'
Modified atÂ
2026-03-28 09:04:00
Previous
Query job status
Next
CreatePipelineInput