Some API endpoint give results asynchronously, returning the ID of a job.
ID of job result
"34"
Must be exactly "job_result"
.
Status of delayed HTTP response
200
JSON API response of the HTTP request
{ data: { id: 999, type: "item_type", attributes: { some: "attributes" } } }