Skip to main content
Auriko home page
Search...
⌘K
Dashboard
Status
Get API Key
Get API Key
Search...
Navigation
Error code reference
resource_not_found
Documentation
API Reference
SDK
Get Started
Introduction
Quickstart
Switching from OpenAI
Guides
Streaming
Tool Calling
Structured Output
Vision
Routing Options
Cost Optimization
Error Handling
Prompt Caching
Extensions and Thinking
Advanced Routing
Frameworks
LangChain + Auriko
OpenAI Agents SDK + Auriko
Google ADK + Auriko
CrewAI + Auriko
LlamaIndex + Auriko
Reference
Supported Parameters
Blocked Fields
Error Codes
Error code reference
budget_exhausted
concurrent_requests_exceeded
context_length_exceeded
expired_api_key
feature_disabled
idempotency_conflict
insufficient_permissions
insufficient_quota
internal_error
invalid_api_key
invalid_parameter_value
invalid_request
mfa_required
missing_required_parameter
model_not_found
model_unavailable
no_provider_available
payload_too_large
rate_limit_exceeded
resource_not_found
routing_failed
service_unavailable
tokens_per_min_exceeded
unknown_parameter
upstream_error
upstream_timeout
Response Metadata
Response Headers
Canonical models
Compatibility
Platform
Rate Limits
Bring your own key
Changelog
Changelog
On this page
HTTP status
Typical cause
Resolution
Error code reference
resource_not_found
HTTP 404 — Generic not-found for non-model resources.
HTTP status
404 not_found_error
Typical cause
The resource referenced by the request (workspace, key, invite, budget, etc.) does not exist or isn’t visible to the caller.
Resolution
Check the resource ID and the caller’s permissions. 404 is also returned when a resource exists but the caller cannot see it (anti-enumeration).
rate_limit_exceeded
routing_failed
⌘I