cURL
curl --request GET \ --url https://api.raul.ugps.io/api/v1/omnichannel/email/sync/status/{jobId} \ --header 'Authorization: Bearer <token>'
{ "jobId": "<string>", "status": "waiting", "progress": 123, "totalEmails": 123, "syncedEmails": 123, "error": "<string>", "completedAt": "2023-11-07T05:31:56Z" }
Consultar estado de un job de sincronización
Bearer token authentication
waiting
active
completed
failed
not_found