> ## 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 tools a job needs. any_of_type marks a requirement any tool of the type satisfies.

> Is_booked is derived from the reservations on the job rather than from a link no write path
maintains.



## OpenAPI

````yaml /api-reference/openapi.json get /work_order_tools
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_tools:
    get:
      tags:
        - Tools on a job, and who has them out
      summary: >-
        The tools a job needs. any_of_type marks a requirement any tool of the
        type satisfies.
      description: >-
        Is_booked is derived from the reservations on the job rather than from a
        link no write path

        maintains.
      parameters:
        - $ref: '#/components/parameters/rowFilter.work_order_tools.id'
        - $ref: '#/components/parameters/rowFilter.work_order_tools.work_order_id'
        - $ref: '#/components/parameters/rowFilter.work_order_tools.tool_id'
        - $ref: '#/components/parameters/rowFilter.work_order_tools.tool_number'
        - $ref: '#/components/parameters/rowFilter.work_order_tools.tool_name'
        - $ref: '#/components/parameters/rowFilter.work_order_tools.tool_type_id'
        - $ref: '#/components/parameters/rowFilter.work_order_tools.tool_type_name'
        - $ref: '#/components/parameters/rowFilter.work_order_tools.tool_booking_id'
        - $ref: '#/components/parameters/rowFilter.work_order_tools.quantity'
        - $ref: '#/components/parameters/rowFilter.work_order_tools.required_from'
        - $ref: '#/components/parameters/rowFilter.work_order_tools.required_to'
        - $ref: >-
            #/components/parameters/rowFilter.work_order_tools.requires_calibration
        - $ref: '#/components/parameters/rowFilter.work_order_tools.status'
        - $ref: '#/components/parameters/rowFilter.work_order_tools.notes'
        - $ref: '#/components/parameters/rowFilter.work_order_tools.any_of_type'
        - $ref: '#/components/parameters/rowFilter.work_order_tools.is_booked'
        - $ref: >-
            #/components/parameters/rowFilter.work_order_tools.named_tool_issuable
        - $ref: '#/components/parameters/rowFilter.work_order_tools.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_tools'
                type: array
            application/vnd.pgrst.object+json:
              schema:
                items:
                  $ref: '#/components/schemas/work_order_tools'
                type: array
            application/vnd.pgrst.object+json;nulls=stripped:
              schema:
                items:
                  $ref: '#/components/schemas/work_order_tools'
                type: array
            text/csv:
              schema:
                items:
                  $ref: '#/components/schemas/work_order_tools'
                type: array
          description: OK
        '206':
          description: Partial Content
components:
  parameters:
    rowFilter.work_order_tools.id:
      in: query
      name: id
      required: false
      schema:
        type: string
    rowFilter.work_order_tools.work_order_id:
      in: query
      name: work_order_id
      required: false
      schema:
        type: string
    rowFilter.work_order_tools.tool_id:
      in: query
      name: tool_id
      required: false
      schema:
        type: string
    rowFilter.work_order_tools.tool_number:
      in: query
      name: tool_number
      required: false
      schema:
        type: string
    rowFilter.work_order_tools.tool_name:
      in: query
      name: tool_name
      required: false
      schema:
        type: string
    rowFilter.work_order_tools.tool_type_id:
      in: query
      name: tool_type_id
      required: false
      schema:
        type: string
    rowFilter.work_order_tools.tool_type_name:
      in: query
      name: tool_type_name
      required: false
      schema:
        type: string
    rowFilter.work_order_tools.tool_booking_id:
      in: query
      name: tool_booking_id
      required: false
      schema:
        type: string
    rowFilter.work_order_tools.quantity:
      in: query
      name: quantity
      required: false
      schema:
        type: string
    rowFilter.work_order_tools.required_from:
      in: query
      name: required_from
      required: false
      schema:
        type: string
    rowFilter.work_order_tools.required_to:
      in: query
      name: required_to
      required: false
      schema:
        type: string
    rowFilter.work_order_tools.requires_calibration:
      in: query
      name: requires_calibration
      required: false
      schema:
        type: string
    rowFilter.work_order_tools.status:
      in: query
      name: status
      required: false
      schema:
        type: string
    rowFilter.work_order_tools.notes:
      in: query
      name: notes
      required: false
      schema:
        type: string
    rowFilter.work_order_tools.any_of_type:
      in: query
      name: any_of_type
      required: false
      schema:
        type: string
    rowFilter.work_order_tools.is_booked:
      in: query
      name: is_booked
      required: false
      schema:
        type: string
    rowFilter.work_order_tools.named_tool_issuable:
      in: query
      name: named_tool_issuable
      required: false
      schema:
        type: string
    rowFilter.work_order_tools.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_tools:
      description: >-
        The tools a job needs. any_of_type marks a requirement any tool of the
        type satisfies.


        Is_booked is derived from the reservations on the job rather than from a
        link no write path

        maintains.
      properties:
        any_of_type:
          format: boolean
          type: boolean
        id:
          description: |-
            Note:
            This is a Primary Key.<pk/>
          format: uuid
          type: string
        is_booked:
          format: boolean
          type: boolean
        named_tool_issuable:
          format: boolean
          type: boolean
        notes:
          format: text
          type: string
        quantity:
          format: numeric
          type: number
        required_from:
          format: timestamp with time zone
          type: string
        required_to:
          format: timestamp with time zone
          type: string
        requires_calibration:
          format: boolean
          type: boolean
        row_version:
          format: bigint
          type: integer
        status:
          format: character varying
          maxLength: 20
          type: string
        tool_booking_id:
          description: >-
            Note:

            This is a Foreign Key to `tool_bookings.id`.<fk
            table='tool_bookings' column='id'/>
          format: uuid
          type: string
        tool_id:
          description: |-
            Note:
            This is a Foreign Key to `tools.id`.<fk table='tools' column='id'/>
          format: uuid
          type: string
        tool_name:
          format: character varying
          maxLength: 200
          type: string
        tool_number:
          format: character varying
          maxLength: 60
          type: string
        tool_type_id:
          description: >-
            Note:

            This is a Foreign Key to `tool_type_settings.id`.<fk
            table='tool_type_settings' column='id'/>
          format: uuid
          type: string
        tool_type_name:
          format: character varying
          maxLength: 200
          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

- [Tool settings](/config/tools.md)
- [Building a maintenance plan](/maintenance/plan-builder.md)
- [Tools and instruments](/assets/tools.md)
- [What this system does](/introduction.md)
- [Core concepts](/core-concepts.md)
