# TimeCamp

TimeCamp is a time tracking solution designed to help businesses of all sizes track time for projects to maximize their profits.

- **Category:** time tracking software
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 1
- **Triggers:** 0
- **Slug:** `TIMECAMP`
- **Version:** 20260211_00

## Tools

### Get Projects List

**Slug:** `TIMECAMP_GET_PROJECTS_LIST`

Retrieves a list of all projects from TimeCamp. In TimeCamp's API, projects are represented as tasks. This action fetches all tasks and returns only the root-level tasks (those with no parent_id), which represent projects. Note: This API endpoint requires a paid TimeCamp plan. Free plans do not have API access to tasks/projects. Returns project details including: task_id, name, archived status, color, dates, budget information, and assigned users.

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |
