---
title: "Add comment to timeline"
method: POST
path: "/tasks/v1/timeline/comments"
tags: ["Issues", "Actions"]
---

# Add comment to timeline

`POST /tasks/v1/timeline/comments`

## Request body

- S12TasksV1AddCommentRequest
  - `task_id` string, required — Required. The UUID for the task the comment is being added to.
  - `comment` string, required — Required. The content of the comment.
  - `created_at` string, date-time — Optional. Date/time this comment was added.
  - `event_id` string — Optional. The unique identifier for the event. This will be auto-generated if omitted.

## Response `200`

A successful response.

- object

## Other responses

- `default` — An unexpected error response.

---

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