Receive notifications when pipeline runs complete.
{
"jobId": "run-uuid",
"status": "completed",
"rowsSynced": 1000,
"errorMessage": null,
"pipelineId": "pipeline-uuid",
"organizationId": "org-uuid"
}
{
"jobId": "run-uuid",
"status": "failed",
"errorMessage": "Connection timeout",
"userMessage": "Human-readable error",
"pipelineId": "pipeline-uuid"
}