curl --location '/delivery/jobs?channel=email&state=pending&limit=50&offset=0'{
"jobs": [
{
"jobId": "1c6a3c9e-5a9f-4a79-a4c8-b27b9b0e2e22",
"channel": "email",
"state": "completed",
"scheduledFor": "2025-10-20T09:00:00+02:00"
},
{
"jobId": "7e0db2d5-4f1c-4e6e-98d8-0a6f8d7b1c10",
"channel": "sms",
"state": "running",
"scheduledFor": "2025-10-28T11:30:00+02:00"
}
],
"paging": {
"offset": 0,
"limit": 50,
"totalItems": 2,
"totalPages": 1
}
}