---
title: "Create a time tracking event for a feature with remaining estimate"
method: POST
path: "/features/{feature_id}/time_tracking_events"
tags: ["Time tracking events"]
---

# Create a time tracking event for a feature with remaining estimate

`POST /features/{feature_id}/time_tracking_events`

## Path parameters

- `feature_id` string, required

## Request body

- TimetrackingeventsPostRequest
  - `time_tracking_event` object
    - `user_id` integer
    - `work_done_text` string

## Response `200`

Successful operation

---

[API](https://skmtc.net/aha/apis/aha-api.md) · [All operations](https://skmtc.net/aha/apis/aha-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aha/aha-api/revisions/bfbe6f6d74a1/schema)
