Some API endpoint give results asynchronously, returning the ID of a job.
Object payload
id string
ID of job result
type string
Must be exactly "job_result"
status integer Example: 200
Status of delayed HTTP response
payload null, object Example: {"data":{"id":999,"type":"item_type","attributes":{"some":"attributes"}}}
JSON API response of the HTTP request
Available endpoints