---
title: "Get Scan Schedules"
method: GET
path: "/v1/scans/schedule"
---

# Get Scan Schedules

`GET /v1/scans/schedule`

Get scan schedules for a user

## Response `200`

Example response

- object[]
  - `scan_frequency` 'every_2_minutes' | 'daily' | 'weekly' | 'monthly', required
  - `scan_id` string, required
  - `schedule_last_run` string, required

## Other responses

- `401` — Unauthorized
- `500` — Internal Server Error

## Changes

- **2023-12-05** `5c3748c387f7` — 5 breaking, 13 warning, 2 info
  - the response's body type changed from `object` to `array` for status `200`
  - the response property `message` became optional for the status `401`
  - the response property `message` became optional for the status `500`
  - removed the required property `message` from the response with the `200` status
  - …16 more

[Change history](https://skmtc.dev/projectdiscovery/apis/pdcp-api/changes/v1/scans/schedule/get.md)

---

[API](https://skmtc.dev/projectdiscovery/apis/pdcp-api.md) · [All operations](https://skmtc.dev/projectdiscovery/apis/pdcp-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/projectdiscovery/pdcp-api/revisions/cd865d59d034/schema)
