---
title: "Get a comment"
method: GET
path: "/comments/{commentKey}"
---

# Get a comment

`GET /comments/{commentKey}`

This call lets you get all a specific [comment](reference#comments).

## Path parameters

- `commentKey` string, required

## Response `200`

200

- object
  - `boxKey` string
  - `pipelineKey` string
  - `creatorKey` string
  - `newsfeedEntryKey` string
  - `timestamp` integer
  - `message` string
  - `commentKey` string
  - `key` string
  - `lastSavedTimestamp` integer

## Other responses

- `400` — 400

---

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