Troubleshoot problems with this comprehensive breakdown of all error codes.
Agentset API returns machine readable error codes, human readable error messages and a link to the docs for more information.Here is how an error response looks like:
Copy
{ "success": false, "error": { "code": "not_found", "message": "The requested resource was not found.", "doc_url": "https://docs.agentset.ai/api-reference/errors#not-found" }}