> For the complete documentation index, see [llms.txt](https://docs.skeddly.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skeddly.com/data-types/scheduleparameters-object.md).

# ScheduleParameters Object

## Description

The `ScheduleParameters` object is the base type for all schedule parameters.

When creating, modifying, or retrieving schedules, the `parameters` property will be an object type derived from `ScheduleParameters`. Each schedule type has it's own specific derived type.

<table data-header-hidden><thead><tr><th width="349">Schedule Type</th><th>Object Type</th></tr></thead><tbody><tr><td>Schedule Type</td><td>Object Type</td></tr><tr><td>Daily</td><td><a href="/pages/-LAEGomYx4DBnpC4zStG">DailyScheduleParameters</a></td></tr><tr><td>Hourly</td><td><a href="/pages/-LAEGomZ5mv5IyX8bjKk">HourlyScheduleParameters</a></td></tr><tr><td>None</td><td><a href="/pages/-LAEGom_9Be8_3mV0UBp">NoneScheduleParameters</a></td></tr><tr><td>Monthly</td><td><a href="/pages/-LAEGomaDItdmIFo7tih">MonthlyScheduleParameters</a></td></tr><tr><td>Weekly</td><td><a href="/pages/-LAEGombfjCrNkOaD03Q">WeeklyScheduleParameters</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.skeddly.com/data-types/scheduleparameters-object.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
