What it means
One of three things happened:- The tool name in
tools/callis not registered on this Aeris workspace. - A resource id in the arguments (campaign id, connection id, org id) does not exist — or is not visible to the caller.
- A range query resolved to zero rows and the tool models empty ranges as a not-found rather than an empty success.
How to fix
- List the tool via
tools/listand confirm the exact tool name and visibility. - Re-check the id came from the same workspace — cross-workspace ids will look identical but resolve empty.
- For date-range queries, widen the range or verify the connection has data ingested for that period.
Response envelope
details is empty by default; a handler may add its own keys for context.
Related
INVALID_INPUT— the id was malformed, not merely unknown.CONFLICT— the id resolved, but its state does not allow the operation.