---
title: "List Agency Plan website cron jobs"
method: GET
path: "/api/agency-hosting/v1/websites/{website_uid}/cron-jobs"
tags: ["Agency Hosting: Cron Jobs"]
---

# List Agency Plan website cron jobs

`GET /api/agency-hosting/v1/websites/{website_uid}/cron-jobs`

Returns a paginated list of cron jobs configured for an Agency Plan website.

Each entry includes the schedule expression and the command executed on that schedule.

## Path parameters

- `website_uid` string, required

## Query parameters

- `page` integer
- `per_page` integer

## Response `200`

Success response

- object
  - `data` AgencyHostingV1WebsitesCronJobsCronJobResource[] — Array of [`AgencyHosting.V1.Websites.CronJobs.CronJobResource`](#model/agencyhostingv1websitescronjobscronjobresource)
    - `uuid` string — Unique identifier of the cron job. Use it to delete the cron job.
    - `time` string — Cron schedule expression.
    - `command` string — Command executed on the configured schedule.
    - `created_at` string, date-time — Cron job creation timestamp.
  - `meta` CommonSchemaPaginationMetaSchema
    - `current_page` integer
    - `per_page` integer
    - `total` integer

## 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/74abfea76e36/schema)
