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

# Get all Scheduled Jobs



## OpenAPI

````yaml GET /automation/scheduler/jobs
openapi: 3.0.0
info:
  title: Brewit API
  contact: {}
  version: '1.0'
servers:
  - url: https://api.brewit.money
    variables: {}
security: []
tags:
  - name: Misc
    description: ''
paths:
  /automation/scheduler/jobs:
    get:
      tags:
        - Misc
      summary: List All Scheduled Jobs
      operationId: ListAllScheduledJobs
      parameters: []
      responses:
        '200':
          description: ''
          headers: {}
      deprecated: false

````