---
title: "Get extant"
method: GET
path: "/v1/scheduled_policies"
tags: ["Scheduled Policies"]
---

# Get extant

`GET /v1/scheduled_policies`

Gets the list of scheduled policies associated with the current user.

## Query parameters

- `page` object
  - `number` integer
  - `size` integer

## Response `200`

Scheduled policies

- ScheduledPolicy[]
  - `name` string — Name
  - `organization_id` integer — The organization that owns the block page
  - `policy_ids` integer[] — 672 ids representing 15 minute blocks starting Monday morning 12:01am
  - `timezone` string — The timezone string (e.g. America/New_York) for localizing the policy

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

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