---
title: "List account cron jobs"
method: GET
path: "/api/hosting/v1/accounts/{username}/cron-jobs"
tags: ["Hosting: Cron Jobs"]
---

# List account cron jobs

`GET /api/hosting/v1/accounts/{username}/cron-jobs`

Returns the list of cron jobs configured for the specified account, including their schedule and command.

## Path parameters

- `username` string, required

## Response `200`

Success response

- HostingV1CronJobsCronJobResource[] — Array of [`Hosting.V1.CronJobs.CronJobResource`](#model/hostingv1cronjobscronjobresource)
  - `uid` string — Unique identifier of the cron job. Use it to delete the cron job or fetch its output.
  - `username` string — Username of the account that owns the cron job.
  - `time` string — Cron schedule expression.
  - `command` string — Command executed on the schedule.

## Other responses

- `401` — Unauthenticated response
- `500` — Error response

## Changes

- **2026-06-30** `bcfaf76eec5c` — 1 info
  - endpoint added
- **2026-06-09** `d05574986eb1` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/hostinger/apis/hostinger-api/changes/api/hosting/v1/accounts/:username/cron-jobs/get.md)

---

[API](https://skmtc.dev/hostinger/apis/hostinger-api.md) · [All operations](https://skmtc.dev/hostinger/apis/hostinger-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hostinger/hostinger-api/revisions/25261642663e/schema)
