What does the VARTA error `workflow_not_found` mean?
HTTP status: 404 · Type: invalid_request_error
What it means
The agent_id you supplied is not a value this API ever issued.
What causes it
Raised when an agent id fails to decode (backend/app/api/v1/_ids.py), from GET/POST /v1/agents/{agent_id}... and POST /v1/calls (backend/app/api/v1/agents.py, backend/app/api/v1/calls.py).
What to do
Check the agent_id is one this API returned, not a hand-typed or truncated value. A well-formed id that simply isn't yours returns not_found, not this code.