> ## 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.

# The checklist on a work order.

> blocks_completion names the mandatory tasks standing between the job and being closed; ungradeable
marks a measurement with no range to judge it against; corrective_work_order_number is the job a
failure raised.



## OpenAPI

````yaml /api-reference/openapi.json get /work_order_tasks
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:
  /work_order_tasks:
    get:
      tags:
        - Work order execution
      summary: The checklist on a work order.
      description: >-
        blocks_completion names the mandatory tasks standing between the job and
        being closed; ungradeable

        marks a measurement with no range to judge it against;
        corrective_work_order_number is the job a

        failure raised.
      parameters:
        - $ref: '#/components/parameters/rowFilter.work_order_tasks.id'
        - $ref: '#/components/parameters/rowFilter.work_order_tasks.work_order_id'
        - $ref: '#/components/parameters/rowFilter.work_order_tasks.sequence'
        - $ref: '#/components/parameters/rowFilter.work_order_tasks.description'
        - $ref: '#/components/parameters/rowFilter.work_order_tasks.task_type'
        - $ref: '#/components/parameters/rowFilter.work_order_tasks.instructions'
        - $ref: '#/components/parameters/rowFilter.work_order_tasks.status'
        - $ref: '#/components/parameters/rowFilter.work_order_tasks.is_mandatory'
        - $ref: '#/components/parameters/rowFilter.work_order_tasks.notes'
        - $ref: '#/components/parameters/rowFilter.work_order_tasks.skipped_reason'
        - $ref: >-
            #/components/parameters/rowFilter.work_order_tasks.requires_measurement
        - $ref: >-
            #/components/parameters/rowFilter.work_order_tasks.unit_of_measure_id
        - $ref: '#/components/parameters/rowFilter.work_order_tasks.unit_code'
        - $ref: >-
            #/components/parameters/rowFilter.work_order_tasks.expected_min_value
        - $ref: >-
            #/components/parameters/rowFilter.work_order_tasks.expected_max_value
        - $ref: '#/components/parameters/rowFilter.work_order_tasks.recorded_value'
        - $ref: '#/components/parameters/rowFilter.work_order_tasks.passed'
        - $ref: '#/components/parameters/rowFilter.work_order_tasks.ungradeable'
        - $ref: >-
            #/components/parameters/rowFilter.work_order_tasks.fail_creates_corrective
        - $ref: >-
            #/components/parameters/rowFilter.work_order_tasks.failure_priority_code
        - $ref: '#/components/parameters/rowFilter.work_order_tasks.failure_id'
        - $ref: >-
            #/components/parameters/rowFilter.work_order_tasks.corrective_work_order_id
        - $ref: >-
            #/components/parameters/rowFilter.work_order_tasks.corrective_work_order_number
        - $ref: '#/components/parameters/rowFilter.work_order_tasks.requires_photo'
        - $ref: >-
            #/components/parameters/rowFilter.work_order_tasks.requires_signature
        - $ref: >-
            #/components/parameters/rowFilter.work_order_tasks.completed_by_worker_id
        - $ref: '#/components/parameters/rowFilter.work_order_tasks.completed_by'
        - $ref: '#/components/parameters/rowFilter.work_order_tasks.completed_at'
        - $ref: '#/components/parameters/rowFilter.work_order_tasks.blocks_completion'
        - $ref: '#/components/parameters/rowFilter.work_order_tasks.row_version'
        - $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/work_order_tasks'
                type: array
            application/vnd.pgrst.object+json:
              schema:
                items:
                  $ref: '#/components/schemas/work_order_tasks'
                type: array
            application/vnd.pgrst.object+json;nulls=stripped:
              schema:
                items:
                  $ref: '#/components/schemas/work_order_tasks'
                type: array
            text/csv:
              schema:
                items:
                  $ref: '#/components/schemas/work_order_tasks'
                type: array
          description: OK
        '206':
          description: Partial Content
components:
  parameters:
    rowFilter.work_order_tasks.id:
      in: query
      name: id
      required: false
      schema:
        type: string
    rowFilter.work_order_tasks.work_order_id:
      in: query
      name: work_order_id
      required: false
      schema:
        type: string
    rowFilter.work_order_tasks.sequence:
      in: query
      name: sequence
      required: false
      schema:
        type: string
    rowFilter.work_order_tasks.description:
      in: query
      name: description
      required: false
      schema:
        type: string
    rowFilter.work_order_tasks.task_type:
      in: query
      name: task_type
      required: false
      schema:
        type: string
    rowFilter.work_order_tasks.instructions:
      in: query
      name: instructions
      required: false
      schema:
        type: string
    rowFilter.work_order_tasks.status:
      in: query
      name: status
      required: false
      schema:
        type: string
    rowFilter.work_order_tasks.is_mandatory:
      in: query
      name: is_mandatory
      required: false
      schema:
        type: string
    rowFilter.work_order_tasks.notes:
      in: query
      name: notes
      required: false
      schema:
        type: string
    rowFilter.work_order_tasks.skipped_reason:
      in: query
      name: skipped_reason
      required: false
      schema:
        type: string
    rowFilter.work_order_tasks.requires_measurement:
      in: query
      name: requires_measurement
      required: false
      schema:
        type: string
    rowFilter.work_order_tasks.unit_of_measure_id:
      in: query
      name: unit_of_measure_id
      required: false
      schema:
        type: string
    rowFilter.work_order_tasks.unit_code:
      in: query
      name: unit_code
      required: false
      schema:
        type: string
    rowFilter.work_order_tasks.expected_min_value:
      in: query
      name: expected_min_value
      required: false
      schema:
        type: string
    rowFilter.work_order_tasks.expected_max_value:
      in: query
      name: expected_max_value
      required: false
      schema:
        type: string
    rowFilter.work_order_tasks.recorded_value:
      in: query
      name: recorded_value
      required: false
      schema:
        type: string
    rowFilter.work_order_tasks.passed:
      in: query
      name: passed
      required: false
      schema:
        type: string
    rowFilter.work_order_tasks.ungradeable:
      in: query
      name: ungradeable
      required: false
      schema:
        type: string
    rowFilter.work_order_tasks.fail_creates_corrective:
      in: query
      name: fail_creates_corrective
      required: false
      schema:
        type: string
    rowFilter.work_order_tasks.failure_priority_code:
      in: query
      name: failure_priority_code
      required: false
      schema:
        type: string
    rowFilter.work_order_tasks.failure_id:
      in: query
      name: failure_id
      required: false
      schema:
        type: string
    rowFilter.work_order_tasks.corrective_work_order_id:
      in: query
      name: corrective_work_order_id
      required: false
      schema:
        type: string
    rowFilter.work_order_tasks.corrective_work_order_number:
      in: query
      name: corrective_work_order_number
      required: false
      schema:
        type: string
    rowFilter.work_order_tasks.requires_photo:
      in: query
      name: requires_photo
      required: false
      schema:
        type: string
    rowFilter.work_order_tasks.requires_signature:
      in: query
      name: requires_signature
      required: false
      schema:
        type: string
    rowFilter.work_order_tasks.completed_by_worker_id:
      in: query
      name: completed_by_worker_id
      required: false
      schema:
        type: string
    rowFilter.work_order_tasks.completed_by:
      in: query
      name: completed_by
      required: false
      schema:
        type: string
    rowFilter.work_order_tasks.completed_at:
      in: query
      name: completed_at
      required: false
      schema:
        type: string
    rowFilter.work_order_tasks.blocks_completion:
      in: query
      name: blocks_completion
      required: false
      schema:
        type: string
    rowFilter.work_order_tasks.row_version:
      in: query
      name: row_version
      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:
    work_order_tasks:
      description: >-
        The checklist on a work order.


        blocks_completion names the mandatory tasks standing between the job and
        being closed; ungradeable

        marks a measurement with no range to judge it against;
        corrective_work_order_number is the job a

        failure raised.
      properties:
        blocks_completion:
          format: boolean
          type: boolean
        completed_at:
          format: timestamp with time zone
          type: string
        completed_by:
          format: character varying
          maxLength: 200
          type: string
        completed_by_worker_id:
          description: >-
            Note:

            This is a Foreign Key to `technician_workload.worker_id`.<fk
            table='technician_workload' column='worker_id'/>
          format: uuid
          type: string
        corrective_work_order_id:
          description: >-
            Note:

            This is a Foreign Key to
            `inspection_failures.found_in_work_order_id`.<fk
            table='inspection_failures' column='found_in_work_order_id'/>
          format: uuid
          type: string
        corrective_work_order_number:
          format: character varying
          maxLength: 60
          type: string
        description:
          format: text
          type: string
        expected_max_value:
          format: numeric
          type: number
        expected_min_value:
          format: numeric
          type: number
        fail_creates_corrective:
          format: boolean
          type: boolean
        failure_id:
          description: |-
            Note:
            This is a Primary Key.<pk/>
          format: uuid
          type: string
        failure_priority_code:
          format: character varying
          maxLength: 40
          type: string
        id:
          description: |-
            Note:
            This is a Primary Key.<pk/>
          format: uuid
          type: string
        instructions:
          format: text
          type: string
        is_mandatory:
          format: boolean
          type: boolean
        notes:
          format: text
          type: string
        passed:
          format: boolean
          type: boolean
        recorded_value:
          format: numeric
          type: number
        requires_measurement:
          format: boolean
          type: boolean
        requires_photo:
          format: boolean
          type: boolean
        requires_signature:
          format: boolean
          type: boolean
        row_version:
          format: bigint
          type: integer
        sequence:
          format: integer
          type: integer
        skipped_reason:
          format: character varying
          maxLength: 250
          type: string
        status:
          format: character varying
          maxLength: 20
          type: string
        task_type:
          format: character varying
          maxLength: 30
          type: string
        ungradeable:
          format: boolean
          type: boolean
        unit_code:
          format: character varying
          maxLength: 30
          type: string
        unit_of_measure_id:
          description: >-
            Note:

            This is a Foreign Key to `units_of_measure.id`.<fk
            table='units_of_measure' column='id'/>
          format: uuid
          type: string
        work_order_id:
          description: >-
            Note:

            This is a Foreign Key to
            `inspection_failures.found_in_work_order_id`.<fk
            table='inspection_failures' column='found_in_work_order_id'/>
          format: uuid
          type: string
      type: object

````

## Related topics

- [Inside a work order](/work/work-order-detail.md)
- [The work order list](/work/work-orders.md)
- [The work order lifecycle](/work/lifecycle.md)
- [Work requests](/work/requests.md)
- [Work settings](/config/work.md)
