---
title: "Listing comments in candidate timeline"
method: GET
path: "/jobs/{jobId}/applications/{applicationId}/comments"
tags: ["Applications"]
---

# Listing comments in candidate timeline

`GET /jobs/{jobId}/applications/{applicationId}/comments`

Returns the list of comments in candidate timeline.

## Path parameters

- `jobId` integer, required
- `applicationId` integer, required

## Response `200`

A confirmation of successful insertion of the comment

- PaginatedApplicationComment — An array of applications comments
  - `results` ApplicationComment[], required
    - `id` integer — Timeline comment id
    - `userId` integer — User id
    - `text` string — Comment text
    - `hidden` boolean — Comment is hidden (visible only to API or user who created)
    - `createdAt` string, date-time — Data of creation
    - `updatedAt` string, date-time — Date of update
  - `totalResults` integer
  - `page` integer
  - `totalPages` integer

## Other responses

- `400` — BadRequest / Invalid Input
- `401` — Unauthorized
- `403` — Forbidden
- `404` — NotFound / Resource not found

---

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