INTERNAL_RESOURCE_NOT_FOUND
Resource not found.
A specific resource referenced by the request (a record id, slug, hash or token) does not exist in the organisation scope, has been deleted, or the caller has no permission to see it. Attach the missing identifier as parametric context — e.g. `throw ApiError("INTERNAL_RESOURCE_NOT_FOUND", "Calendar 42")`.
Example Error Response
JSON format
{ "error": { "code": "INTERNAL_RESOURCE_NOT_FOUND", "message": "Resource not found.", "description": "A specific resource referenced by the request (a record id, slug, hash or token) does not exist in the organisation scope, has been deleted, or the caller has no permission to see it. Attach the missing identifier as parametric context — e.g. `throw ApiError(\"INTERNAL_RESOURCE_NOT_FOUND\", \"Calendar 42\")`." }}Troubleshooting Steps
Follow these steps to resolve this error
Verify the identifier (id, slug, hash, token) is spelled correctly and belongs to the organisation you are authenticated against.
Check that the resource has not been soft-deleted in the meantime (most BizKitHub entities keep a deletedDate column).
Confirm your API key or session has scope/permission to read this resource type.
System Logs
For detailed system information about this error, check the system logs in your BizKitHub Admin dashboard. We provide transparent access to all system logs including detailed error information, request traces, and debugging data.
Need Help?
If you're still experiencing issues after following the troubleshooting steps, our support team is here to help.
Contact SupportRelated Resources
Last updated: May 19, 2026