---
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

---

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