Skip to main content
Questions or issues? Contact us at api-support@manus.ai. Errors follow the standard gRPC convention. The response body contains a code and a message:
{
  "code": "INVALID_ARGUMENT",
  "message": "either user_id or email is required"
}
CodeDescription
INVALID_ARGUMENTMissing or invalid request parameters.
NOT_FOUNDThe requested resource does not exist (e.g., an export task UID, user, or project).
PERMISSION_DENIEDThe target resource does not belong to your enterprise, or the API key lacks permissions for this operation.
FAILED_PRECONDITIONThe resource is not in a valid state for the requested operation (e.g., an export is not yet completed, or its archive has been purged after the retention window).
INTERNALInternal server error. Retry with backoff and contact support if it persists.