---
title: "Try to schedule rate-limited agent sessions"
method: GET
path: "/cron/agentSession/tryScheduleRateLimited"
tags: ["AgentSession"]
---

# Try to schedule rate-limited agent sessions

`GET /cron/agentSession/tryScheduleRateLimited`

Cron endpoint to schedule rate-limited agent sessions when quota becomes available. Authorization handled by CloudSchedulerAuthorizationFilter in web.xml.

## Response `200`

Scheduling process completed

- RateLimitedSchedulingResult — Result of the rate-limited session scheduling cron job
  - `scheduled_count` integer, required — Number of instances transitioned from rate_limited to queued status
  - `workspaces_processed` integer, required — Number of workspaces that were processed

## Other responses

- `default` — Unknown error

---

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