# Scheduling and Monitoring

Scheduled API tests are tests that run at predefined times and intervals. For instance, you want to know at every hour if your APIs still work as expected.

To schedule API runs with Scandium, you need to [create an API suite](/api-testing/api-suites.md#create-a-new-test-suite). An API suite is a collection of multiple  API tests. When you run this single suite, all test cases contained within the suite will run.

{% hint style="info" %}
To get the best out of your API tests, you should add [assertions](/api-testing.md#adding-assertions-to-api-requests) to each test case.
{% endhint %}

### How to schedule an API suite

To schedule an API suite, open the test suite you want to schedule by click on its name from the list of API suites you have created.

Click on the 'Schedule' button

<figure><img src="/files/1mFTFjgvMhUtp8ceZ4ZL" alt=""><figcaption></figcaption></figure>

From the ensuing modal, provide a name and description for the schedule, then set the frequency for which you want the suite to be run.

You can choose from the options hourly, daily, or specific days of the week.

<figure><img src="/files/BzlZDl0Bq9LQkGTQMOfV" alt=""><figcaption></figcaption></figure>

Then click on the 'Save' button.


---

# Agent Instructions: 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.getscandium.com/api-testing/scheduling-and-monitoring.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.
