With the assistance of this URL resource, a status report for a fax job can be requested by jobId.
A job's status can be queried until its report data is deleted. You can initiate deletion of the data by calling deleteStatusReport, and in any case the data will automatically be deleted upon the expiration of the configurable time frame (by default 30 days).
Security
httpBasicAuth
- Mock serverhttps://developers.retarus.com/_mock/fax/fax4a-api/{custNr}/fax/reports/{jobId}
- Retarus data center in Germanyhttps://faxws.de1.retarus.com/rest/v1/{custNr}/fax/reports/{jobId}
- Retarus data center in Germanyhttps://faxws.de2.retarus.com/rest/v1/{custNr}/fax/reports/{jobId}
- High availability URL for German data centershttps://faxws-ha.de.retarus.com/rest/v1/{custNr}/fax/reports/{jobId}
- Retarus data center in USAhttps://faxws.us1.retarus.com/rest/v1/{custNr}/fax/reports/{jobId}
- Retarus data center in USAhttps://faxws.us2.retarus.com/rest/v1/{custNr}/fax/reports/{jobId}
- High availability URL for US data centershttps://faxws-ha.us.retarus.com/rest/v1/{custNr}/fax/reports/{jobId}
- Retarus data center in Switzerlandhttps://faxws.ch1.retarus.com/rest/v1/{custNr}/fax/reports/{jobId}
- Retarus data center in Singaporehttps://faxws.sg1.retarus.com/rest/v1/{custNr}/fax/reports/{jobId}
curl -i -X GET \
-u '<username>:<password>' \
'https://developers.retarus.com/_mock/fax/fax4a-api/{custNr}/fax/reports/{jobId}'Fax job status retrieved
Example:
[ { "number": "+49 89 1234567-8900", "properties": null, "status": "OK", "reason": "OK", "sentTs": "2017-08-10T13:05:09Z", "durationInSecs": 19, "sentToNumber": "00498912345678900", "remoteCsid": "+49/89/1234567-8900" } ]
Response
{ "jobId": "FJJ66GHGX105ZZBIELVCN1", "recipientStatus": [ { … } ], "pages": 1, "reference": { "customerDefinedId": "2017-08-10T13:05:09Z_customerDefinedId", "billingCode": "2017-08-10T13:05:09Z_billingCode", "billingInfo": "2017-08-10T13:05:09Z_billingInfo" } }