Documentation

HUMAN_REVIEW_NOT_FOUND

404invalid_request

No human-review task with that id.

Cause

The review_id does not resolve. Completed reviews remain readable, so a miss means it never existed.

How to fix it

Take the id from the review queue listing.

Example response

404 HUMAN_REVIEW_NOT_FOUND
JSON
{
  "error_code": "HUMAN_REVIEW_NOT_FOUND",
  "error_type": "invalid_request",
  "error_message": "No human-review task with that id.",
  "hint": "Take the id from the review queue listing.",
  "docs_url": "https://docs.billerapi.com/errors/HUMAN_REVIEW_NOT_FOUND",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

Canonical docs URL: https://docs.billerapi.com/errors/HUMAN_REVIEW_NOT_FOUND

Was this page helpful?