---
title: "Retrieve jobs schedule"
method: GET
path: "/{env_id}/{flow_id}/{tenant}/jobs/schedule"
---

# Retrieve jobs schedule

`GET /{env_id}/{flow_id}/{tenant}/jobs/schedule`

Fetch the schedule for a tenant

## Path parameters

- `env_id` string, required
- `flow_id` string, required
- `tenant` string, required

## Query parameters

- `job_type` 'read' | 'write'
- `connector_id` string

## Response `200`

200

- object
  - `ScheduleExpression` string
  - `State` string
  - `ScheduleJitterMinutes` integer, nullable
  - `ExtraArgs` object

## Other responses

- `400` — 400

---

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