Documentation

PROMPT_EXPERIMENT_NOT_FOUND

404invalid_request

No prompt experiment with that id.

Cause

The experiment_id does not resolve.

How to fix it

Verify the id, or list the agent_type’s experiments to find it.

Example response

404 PROMPT_EXPERIMENT_NOT_FOUND
JSON
{
  "error_code": "PROMPT_EXPERIMENT_NOT_FOUND",
  "error_type": "invalid_request",
  "error_message": "No prompt experiment with that id.",
  "hint": "Verify the id, or list the agent_type’s experiments to find it.",
  "docs_url": "https://docs.billerapi.com/errors/PROMPT_EXPERIMENT_NOT_FOUND",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?