Research Query Not Found
404integrationhttps://inputbuffer.io/docs/api/problems/research-query-not-found
What it means
No saved research query matches the given ID.
This usually points at your integration's setup rather than anything the end user did. Show the end user a generic message like "Something went wrong on our end.", and log detail for your own debugging.
How to fix it
- 1.
The query ID is wrong, or belongs to a different organization.
List saved queries with GET /api/v0/research/queries to confirm the ID.
- 2.
The query was deleted.
Ask the question again to get a new query ID.