Target Not Found
404integrationhttps://inputbuffer.io/docs/api/problems/target-not-found
What it means
No target 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 target ID is malformed, or belongs to a different organization.
List targets with GET /api/v0/targets to confirm the ID.
- 2.
The target was deleted.
Remove references to it and recreate it if it should still exist.
Where this happens
- GET/api/v0/targets/{target_id}· Get a target
- PATCH/api/v0/targets/{target_id}· Update a target
- DELETE/api/v0/targets/{target_id}· Delete a target
- GET/api/v0/targets/{target_id}/feedback· List feedback attached to a target
- GET/api/v0/targets/{target_id}/reactions/summary· Get the reaction summary for a target
- POST/api/v0/research/queries· Ask a research question