Get the job status and the list SMS IDs for the job. In order to get the individual SMS status for all SMS's of a job, use the SMS status endpoint /sms with the corresponding jobId parameter - eg /sms?jobId=J.20180620-085038.561-0jimrdkk7SOILYBNMK
Security
httpBasicAuth
- Mock serverhttps://developers.retarus.com/_mock/sms/sms4a-api/jobs/{jobId}
- Primary data centerhttps://sms4a.de2.retarus.com/rest/v1/jobs/{jobId}
- Secondary data centerhttps://sms4a.de1.retarus.com/rest/v1/jobs/{jobId}
- HA endpoint - only to send SMShttps://sms4a.eu.retarus.com/rest/v1/jobs/{jobId}
curl -i -X GET \
-u '<username>:<password>' \
'https://developers.retarus.com/_mock/sms/sms4a-api/jobs/{jobId}'Get report for job ID successful.
Timestamp indicating when the job was received by Retarus (iso-8601).
Timestamp indicating when the SMS received its final status (iso-8601).
Response
{ "jobId": "J.20220928-125820.020-0l8likuetGNOTM4A4U", "src": "retarus", "encoding": "standard", "billcode": "Campaign123", "statusRequested": true, "flash": false, "validityMin": 2880, "customerRef": "InternalID: ABC1234 Tag: Marketing", "qos": "NORMAL", "receiptTs": "2022-09-01T10:25:00.000Z", "finishedTs": "2022-09-30T10:25:00.000Z", "recipientIds": [ "S.20220928-125820.022-0l8likueyRB3CT8FTG" ] }