---
title: "Read/write to Scheduler (Scheduler.x)"
slug: "readwrite-to-scheduler-scheduler"
updated: 2024-08-21T13:20:32Z
published: 2024-08-21T13:20:32Z
canonical: "support.lusid.com/readwrite-to-scheduler-scheduler"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://support.lusid.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Read/write to Scheduler (Scheduler.x)

You can use the `Scheduler.*` providers supplied by FINBOURNE to interact with images, jobs and schedules managed by LUSID's [Scheduler](/v1/docs/scheduler).

| **To interact with...** | **Read from using the ... provider** | **Run using the ... provider** |
| --- | --- | --- |
| Jobs | [Scheduler.Job](/v1/docs/schedulerjob) | [Scheduler.Job.Run](/v1/docs/schedulerjobrun) |
| Job run history | [Scheduler.Job.History](/v1/docs/schedulerjobhistory) | N/A |
| Job run history including console output logs | [Scheduler.Job.HistoryWithLogs](/v1/docs/schedulerjobhistorywithlogs) |
| Schedules that automate job runs | [Scheduler.Schedule](/v1/docs/schedulerschedule) | [Scheduler.Schedule.Run](/v1/docs/schedulerschedulerun) |
| Image repositories in the FINBOURNE AWS store | `Scheduler.Repository` | N/A |
| Images pushed to the FINBOURNE AWS store | [Scheduler.Repository.Image](/v1/docs/schedulerrepositoryimage) |
