---
search:
  tags:
    - administration
    - GET
seo:
  description: >-
    Retrieves the current task auto-generation settings for the… Reference for
    the GET /administration/task-settings endpoint in the Leadtime Public API
    API.
sidebar:
  badge: GET
  label: Get task auto-generation settings
title: Get task auto-generation settings
type: openapi-operation
---
Retrieves the current task auto-generation settings for the workspace.

**What are task auto-generation settings?**
These settings control whether Leadtime automatically generates task titles, summaries, and icons using AI when creating new tasks. When enabled, the system analyzes the task description and automatically creates:
- **Title**: A concise, descriptive title based on the description
- **Summary**: A short summary extracted from the entered text
- **Icon**: A matching icon that visually represents the task content

**What is returned:**
- `tasksAutoGenerateTitle`: Whether AI-generated titles are enabled
- `tasksAutoGenerateSummary`: Whether AI-generated summaries are enabled
- `tasksAutoGenerateIcon`: Whether AI-generated icons are enabled

**Note:** This endpoint requires the `WsSettings.manageSettings` permission. These settings affect how tasks are created throughout the workspace.

<Operation source="api-reference" id="tasksettingscontroller-gettasksettings" />
