for _, tagID := range endpointGroup.TagIDs {
        tag, err := tx.Tag().Read(tagID)
        if err != nil {
            return nil, httperror.InternalServerError("Unable to find a tag inside the database", err)
        }