---
title: "Search for a self-scheduling instances"
method: GET
path: "/self-schedules"
tags: ["self-schedules"]
---

# Search for a self-scheduling instances

`GET /self-schedules`

Search for a self-schedules.

## Query parameters

- `withInterviews` boolean
- `applicationId` string, uuid, required
- `limit` integer
- `offset` integer

## Response `200`

OK

- PublicSelfScheduleSearchResponse
  - `selfSchedules` PublicSelfSchedule[]
    - `id` string, uuid
    - `creationDate` string, date-time
    - `creatorId` string
    - `meetingHostId` string
    - `location` string
    - `locationType` string
    - `durationInMinutes` integer
    - `bufferTimeInMinutes` integer
    - `advanceTimeInMinutes` integer

## Other responses

- `401` — Unauthorized

---

[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)
