cURL
curl --request GET \ --url https://api.example.com/v1/risk-score/ppa-telematics/job/{job_id}/status \ --header 'Authorization: Bearer <token>'
{ "job_id": "<string>", "status": "pending", "error_message": "" }
Check the status of a queued risk score job.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Unique identifier for the batch job
"job_2fb5792c"
Current status of the job
pending
processing
completed
failed
expired
Error message if job failed
""