/results for those.matchPredictions permission.MATCH_PREDICTION_BULK_JOB_NOT_FOUND — never leaks existence.queued | processing | completed | completed_with_errors | failed.RATE_LIMITED with Retry-After header.MATCH_PREDICTION_FROZEN while ops has frozen the API.curl --location 'https://api.returning.ai/v1/match-predictions/bulk-jobs/mpbu_01abc' \
--header 'Authorization: Bearer <token>'{
"meta": {
"status": "success",
"statusCode": 200,
"code": "MATCH_PREDICTION_BULK_JOB_RETRIEVED",
"requestId": "req_01abc",
"timestamp": "2026-08-07T12:00:00.000Z"
},
"message": "Bulk job status retrieved.",
"data": {
"jobId": "mpbu_01abc",
"status": "completed_with_errors",
"submitted": 2,
"processed": 2,
"succeeded": 1,
"failed": 1,
"createdAt": "2026-08-08T10:00:00.000Z",
"startedAt": "2026-08-08T10:00:01.000Z",
"completedAt": "2026-08-08T10:00:05.000Z"
}
}