---
title: "Get interview scheduled and completed for a job candidate"
method: GET
path: "/v1/hire/jobs/{jobId}/candidate/{candidateId}/interviews"
tags: ["Jobs"]
---

# Get interview scheduled and completed for a job candidate

`GET /v1/hire/jobs/{jobId}/candidate/{candidateId}/interviews`

Get interview scheduled and completed for a job and a candidate

## Path parameters

- `candidateId` string, required
- `jobId` string, required

## Query parameters

- `pageNumber` integer
- `pageSize` integer

## Response `200`

Success

- InterviewDTO[]
  - `id` string, nullable
  - `candidateId` string, nullable
  - `jobId` string, nullable
  - `interviewDate` string, nullable
  - `startTime` TimeDTO
    - `hours` integer — Gets or sets the hours.
    - `minutes` integer — Gets or sets the minutes.
  - `endTime` TimeDTO
    - `hours` integer — Gets or sets the hours.
    - `minutes` integer — Gets or sets the minutes.
  - `timeZoneId` string, nullable
  - `scheduledBy` string, nullable
  - `scheduledDate` string, nullable
  - `interviewType` string, nullable
  - `stageId` string, nullable
  - `panelMembers` string, nullable

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Server Error

---

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