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

# When a report goes out without being asked, and to whom.



## OpenAPI

````yaml /api-reference/openapi.json get /report_schedules
openapi: 3.0.0
info:
  description: ''
  title: >-
    The only schema PostgREST exposes (ADR-014). Reads are security_invoker
    views; writes are SECURITY DEFINER functions. Rebuilt wholesale on every
    deploy — it holds no data.
  version: 12.2.3
servers:
  - url: https://app.assetinfinity.ai/api
security: []
tags:
  - name: Signing in
  - name: Profile
  - name: Assets
  - name: Asset lifecycle
  - name: Work lifecycle
  - name: Maintenance
  - name: Inventory
  - name: Inventory detail
  - name: Procurement
  - name: Contracts
  - name: Workforce
  - name: Capacity
  - name: Dispatch
  - name: Routing
  - name: Tools
  - name: Inspections
  - name: Verification
  - name: Reliability
  - name: Parts demand
  - name: Sensors and meters
  - name: Map
  - name: Floor plans
  - name: Labels
  - name: Lost and found
  - name: Root cause analysis
  - name: Reports
  - name: Audit center
  - name: Activity
  - name: Notifications
  - name: Channels
  - name: Search
  - name: Copilot
  - name: Import
  - name: Files
  - name: Sync
  - name: Support
  - name: Admin
  - name: Access
  - name: Lookups
  - name: Read models
  - name: Branding
  - name: Custom fields
  - name: Form studio
  - name: Workflows
  - name: Workflow studio
  - name: Rules
  - name: Statuses and transitions
  - name: Currencies and locales
  - name: Work configuration
  - name: Asset configuration
  - name: Inventory configuration
  - name: Tool configuration
  - name: Workforce configuration
  - name: Vendor and contract configuration
  - name: Document configuration
  - name: Inspection configuration
  - name: Sites, locations and the organisation
  - name: Platform
  - name: Self verification
  - name: Setup
  - name: Tools on a job, and who has them out
  - name: Vendors and contracts
  - name: Work order execution
  - name: Workforce detail
externalDocs:
  description: PostgREST Documentation
  url: https://postgrest.org/en/v12/references/api.html
paths:
  /report_schedules:
    get:
      tags:
        - Reports
      summary: When a report goes out without being asked, and to whom.
      parameters:
        - $ref: '#/components/parameters/rowFilter.report_schedules.id'
        - $ref: >-
            #/components/parameters/rowFilter.report_schedules.report_definition_id
        - $ref: '#/components/parameters/rowFilter.report_schedules.report_code'
        - $ref: '#/components/parameters/rowFilter.report_schedules.report_name'
        - $ref: '#/components/parameters/rowFilter.report_schedules.cadence'
        - $ref: '#/components/parameters/rowFilter.report_schedules.hour_utc'
        - $ref: '#/components/parameters/rowFilter.report_schedules.day_of_week'
        - $ref: '#/components/parameters/rowFilter.report_schedules.day_of_month'
        - $ref: '#/components/parameters/rowFilter.report_schedules.recipients'
        - $ref: '#/components/parameters/rowFilter.report_schedules.format'
        - $ref: '#/components/parameters/rowFilter.report_schedules.is_active'
        - $ref: '#/components/parameters/rowFilter.report_schedules.last_sent_at'
        - $ref: '#/components/parameters/select'
        - $ref: '#/components/parameters/order'
        - $ref: '#/components/parameters/range'
        - $ref: '#/components/parameters/rangeUnit'
        - $ref: '#/components/parameters/offset'
        - $ref: '#/components/parameters/limit'
        - $ref: '#/components/parameters/preferCount'
      responses:
        '200':
          content:
            application/json:
              schema:
                items:
                  $ref: '#/components/schemas/report_schedules'
                type: array
            application/vnd.pgrst.object+json:
              schema:
                items:
                  $ref: '#/components/schemas/report_schedules'
                type: array
            application/vnd.pgrst.object+json;nulls=stripped:
              schema:
                items:
                  $ref: '#/components/schemas/report_schedules'
                type: array
            text/csv:
              schema:
                items:
                  $ref: '#/components/schemas/report_schedules'
                type: array
          description: OK
        '206':
          description: Partial Content
components:
  parameters:
    rowFilter.report_schedules.id:
      in: query
      name: id
      required: false
      schema:
        type: string
    rowFilter.report_schedules.report_definition_id:
      in: query
      name: report_definition_id
      required: false
      schema:
        type: string
    rowFilter.report_schedules.report_code:
      in: query
      name: report_code
      required: false
      schema:
        type: string
    rowFilter.report_schedules.report_name:
      in: query
      name: report_name
      required: false
      schema:
        type: string
    rowFilter.report_schedules.cadence:
      in: query
      name: cadence
      required: false
      schema:
        type: string
    rowFilter.report_schedules.hour_utc:
      in: query
      name: hour_utc
      required: false
      schema:
        type: string
    rowFilter.report_schedules.day_of_week:
      in: query
      name: day_of_week
      required: false
      schema:
        type: string
    rowFilter.report_schedules.day_of_month:
      in: query
      name: day_of_month
      required: false
      schema:
        type: string
    rowFilter.report_schedules.recipients:
      in: query
      name: recipients
      required: false
      schema:
        type: string
    rowFilter.report_schedules.format:
      in: query
      name: format
      required: false
      schema:
        type: string
    rowFilter.report_schedules.is_active:
      in: query
      name: is_active
      required: false
      schema:
        type: string
    rowFilter.report_schedules.last_sent_at:
      in: query
      name: last_sent_at
      required: false
      schema:
        type: string
    select:
      description: Filtering Columns
      in: query
      name: select
      required: false
      schema:
        type: string
    order:
      description: Ordering
      in: query
      name: order
      required: false
      schema:
        type: string
    range:
      description: Limiting and Pagination
      in: header
      name: Range
      required: false
      schema:
        type: string
    rangeUnit:
      description: Limiting and Pagination
      in: header
      name: Range-Unit
      required: false
      schema:
        default: items
        type: string
    offset:
      description: Limiting and Pagination
      in: query
      name: offset
      required: false
      schema:
        type: string
    limit:
      description: Limiting and Pagination
      in: query
      name: limit
      required: false
      schema:
        type: string
    preferCount:
      description: Preference
      in: header
      name: Prefer
      required: false
      schema:
        enum:
          - count=none
        type: string
  schemas:
    report_schedules:
      description: When a report goes out without being asked, and to whom.
      properties:
        cadence:
          format: character varying
          maxLength: 20
          type: string
        day_of_month:
          format: smallint
          type: integer
        day_of_week:
          format: smallint
          type: integer
        format:
          format: character varying
          maxLength: 10
          type: string
        hour_utc:
          format: smallint
          type: integer
        id:
          description: |-
            Note:
            This is a Primary Key.<pk/>
          format: uuid
          type: string
        is_active:
          format: boolean
          type: boolean
        last_sent_at:
          format: timestamp with time zone
          type: string
        recipients:
          format: jsonb
        report_code:
          format: character varying
          maxLength: 60
          type: string
        report_definition_id:
          description: >-
            Note:

            This is a Foreign Key to `report_definitions.id`.<fk
            table='report_definitions' column='id'/>
          format: uuid
          type: string
        report_name:
          format: character varying
          maxLength: 150
          type: string
      type: object

````

## Related topics

- [Reports](/analytics/reports.md)
- [Tools and instruments](/assets/tools.md)
- [Rules](/config/rules.md)
- [Working offline](/field/offline-and-sync.md)
- [Lost & Found](/work/lost-and-found.md)
