> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ageneral.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Cron jobs

> Scheduled tasks for agents with OpenClaw

## Overview

**Cron jobs** are **schedules** attached to an **agent**. The console lists current definitions for review.

For agents running **OpenClaw**, cron evaluation happens **inside the OpenClaw gateway**.

## Read cron snapshot via API

1. Call **`GET /v1/agents/{agent_id}:openclaw-cron-jobs`** on **`https://ageneral.ai`**.
2. Send the session **Bearer token** used for other authenticated **Agents** routes.

Field definitions live under **API reference** → **Agents**.

## Next steps

* [OpenClaw runtime](/guides/agents/openclaw)
* [Agents](/agents)
* [Secrets](/guides/agents/secrets)
