Files
crewAI/docs/edge/api/v1/problems/not_found.mdx
2026-06-23 13:39:57 -03:00

18 lines
444 B
Plaintext

---
code: not_found
title: Not found
status: 404
---
# Not found
The requested resource does not exist or is not available at the requested path.
## When It Happens
This can happen when the URL is incorrect, the resource identifier does not exist, or the resource is not visible through the public API.
## How To Fix
Check the endpoint path and resource identifier, then retry with a resource that exists and is available to the request.