You may retrieve each job result up to 24 hours after the job has been submitted. Here is an example using cURL:
cURL
$ curl -X 'GET' \
$ 'https://api.satus.dev/jobs/JOB_ID' \
$ -H 'accept: application/json' \
$ -H 'x-satus-key: YOUR_API_KEY' \