not-found
404 Not Found — The resource does not exist for your tenant.
not-found
HTTP 404 Not Found
Content-Type: application/problem+json
{
"type": "https://docs.transmute.403fin.io/errors/not-found",
"title": "...",
"status": 404,
"detail": "...",
"requestId": "req_01J..."
}
The resource does not exist for your tenant. Another tenant's job/webhook/connection id returns exactly this — indistinguishable from a nonexistent id, by design.
Common causes
- A job swept after its TTL (default 1 hour)
- An id from a different environment or account
- A deleted webhook endpoint or connection
How to fix it
For jobs: fetch results before the TTL, or register a webhook so you never race the sweep. Otherwise verify the id belongs to this account.
Does it bill?
No. See Test vs Live Keys for the full billing rules.
Related
- Errors Overview — the problem+json shape and the closed catalog
- Every response carries an
X-Request-Id; quote it when contacting support.
Was this page helpful?