Not found
The thing the request asks for does not exist, or the route itself does not exist.
- Status
- Type
https://docs.digitospace.com/problems/not-found
What it means
Either the path is not a route we serve, or it names something that does not exist, such as a job that was deleted. When we know which kind of thing is missing, resource names it, such as job.
How to fix it
- Check the path against the API reference, including the version prefix, such as
/v1. - Check the IDs in the path. Something you created may since have been deleted.
- Runs are kept for 30 days, so an older run is no longer found.
Codes
| Code | Retryable | When |
|---|---|---|
not_found | No | The route, project, job, or run does not exist |
Last updated