Conversation Details Jobs 404 error "Results not available for job {id}"

Hello,

We are seeing an error on api/v2/analytics/conversations/details/jobs/{jobId}/results that we have not seen before. The error is:
404 {"message":"Results not available for job {id}, see the job status endpoint for more information.","code":"not.found","status":404,"messageParams":{},"contextId":"{}","details":[],"errors":[]}

We've gotten this error 3 times, but if we retry the same API call one or two times the error goes away and the API call returns the results.

Any reason why this error is happening? Could it be that we query the job Id before the results are ready?
Thank you!
Maya

If you're not already, you should be using GET /api/v2/analytics/conversations/details/jobs/{jobId}/ to check on the status of your job. If it is not fullfilled, you would not be able to retrieve the results from the result endpoint yet. I would guess that you're getting 404s from that endpoint because the job is either QUEUED or PENDING.

1 Like

Makes sense, thank you!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.