not_found
Plugin API error not_found — resource does not exist or not accessible.
HTTP 404 · not retryable
The referenced resource either does not exist, was soft-deleted, or belongs to a different plugin installation. To avoid leaking the existence of foreign jobs across installations, cross-installation reads are reported as 404 (not 403).
How to fix
- Confirm you are using the same API key / installation that submitted the job.
- Check that the job has not been soft-deleted by support.
- For
GET /jobs/{id}, retry once after a short delay if the job was just submitted (eventual consistency on the read replica).