---
title: "Returns self-scheduled interview"
method: GET
path: "/self-schedules/{id}/application/{applicationUuid}/interview"
tags: ["self-schedules"]
---

# Returns self-scheduled interview

`GET /self-schedules/{id}/application/{applicationUuid}/interview`

Returns self-scheduled interview by self schedule id and application id

## Path parameters

- `id` string, uuid, required
- `applicationUuid` string, uuid, required

## Response `200`

OK

- PublicSelfScheduleInterview
  - `id` string — Id of the interview
  - `location` string — Location of the interview
  - `start` string, date-time — Start date of the interview, in ISO 8601 format
  - `end` string, date-time — End date of the interview, in ISO 8601 format

## Other responses

- `401` — Unauthorized
- `404` — Interview not found or cancelled

---

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