---
title: "Get Schedule"
method: GET
path: "/api/endpoint-monitor/schedules"
tags: ["endpoint-monitor"]
---

# Get Schedule

`GET /api/endpoint-monitor/schedules`

Get the first enabled schedule for the team (legacy).

## 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

---

[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/4e792a4f0e21/schema)
