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

**What are work activities?**
Work activities categorize the type of work performed on tasks for time tracking purposes. They help track what kind of work was done (e.g., Development, Testing, Management, Design).

**How they are used:**
- When users log time on tasks, they select a work activity
- Activities are assigned to specific task types
- Time logs are categorized by activity for reporting and analysis

**What is returned:**
An array of work activity objects, each containing:
- Activity ID and name
- Sort order for display
- Multilingual translations for activity name

**Default activities:**
Leadtime comes with default activities like Development, Management, Design, and Testing. You can add company-specific activities to better match your workflows.

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