---
title: "Get Endpoint Schedule"
method: GET
path: "/api/endpoint-monitor/endpoints/{endpoint_id}/schedule"
tags: ["endpoint-monitor"]
---

# Get Endpoint Schedule

`GET /api/endpoint-monitor/endpoints/{endpoint_id}/schedule`

Get the scan schedule for a specific endpoint.

## Path parameters

- `endpoint_id` string, uuid, required

## Response `200`

Successful Response

- ApiProactiveScanRouterScheduleResponse — Response with schedule details.
  - `id` string, required
  - `team_id` string, required
  - `is_enabled` boolean, required
  - `interval_minutes` integer, required
  - `run_at_hour` integer, nullable, required
  - `next_run_at` string, required
  - `last_run_at` string, nullable, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/deeptrace/apis/fastapi.md) · [All operations](https://skmtc.net/deeptrace/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deeptrace/fastapi/revisions/911db8c1d636/schema)
