(ctx context.Context, includeSystem bool)
| 303 | GetActiveChatsByAgentID(ctx context.Context, agentID uuid.UUID) ([]Chat, error) |
| 304 | GetActivePresetPrebuildSchedules(ctx context.Context) ([]TemplateVersionPresetPrebuildSchedule, error) |
| 305 | GetActiveUserCount(ctx context.Context, includeSystem bool) (int64, error) |
| 306 | GetActiveWorkspaceBuildsByTemplateID(ctx context.Context, templateID uuid.UUID) ([]WorkspaceBuild, error) |
| 307 | // For PG Coordinator HTMLDebug |
| 308 | GetAllTailnetCoordinators(ctx context.Context) ([]TailnetCoordinator, error) |
no outgoing calls