> ## 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 computed periods behind the Performance tab.

> Written by workforce.compute_worker_performance; never recomputed by a reader.



## OpenAPI

````yaml /api-reference/openapi.json get /worker_performance
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:
  /worker_performance:
    get:
      tags:
        - Workforce detail
      summary: The computed periods behind the Performance tab.
      description: >-
        Written by workforce.compute_worker_performance; never recomputed by a
        reader.
      parameters:
        - $ref: '#/components/parameters/rowFilter.worker_performance.id'
        - $ref: '#/components/parameters/rowFilter.worker_performance.worker_id'
        - $ref: '#/components/parameters/rowFilter.worker_performance.worker_name'
        - $ref: '#/components/parameters/rowFilter.worker_performance.period_start'
        - $ref: '#/components/parameters/rowFilter.worker_performance.period_end'
        - $ref: >-
            #/components/parameters/rowFilter.worker_performance.work_orders_completed
        - $ref: >-
            #/components/parameters/rowFilter.worker_performance.work_orders_overdue
        - $ref: >-
            #/components/parameters/rowFilter.worker_performance.first_time_fix_rate
        - $ref: >-
            #/components/parameters/rowFilter.worker_performance.sla_compliance_rate
        - $ref: >-
            #/components/parameters/rowFilter.worker_performance.utilisation_rate
        - $ref: >-
            #/components/parameters/rowFilter.worker_performance.average_response_minutes
        - $ref: >-
            #/components/parameters/rowFilter.worker_performance.average_resolution_minutes
        - $ref: '#/components/parameters/rowFilter.worker_performance.computed_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/worker_performance'
                type: array
            application/vnd.pgrst.object+json:
              schema:
                items:
                  $ref: '#/components/schemas/worker_performance'
                type: array
            application/vnd.pgrst.object+json;nulls=stripped:
              schema:
                items:
                  $ref: '#/components/schemas/worker_performance'
                type: array
            text/csv:
              schema:
                items:
                  $ref: '#/components/schemas/worker_performance'
                type: array
          description: OK
        '206':
          description: Partial Content
components:
  parameters:
    rowFilter.worker_performance.id:
      in: query
      name: id
      required: false
      schema:
        type: string
    rowFilter.worker_performance.worker_id:
      in: query
      name: worker_id
      required: false
      schema:
        type: string
    rowFilter.worker_performance.worker_name:
      in: query
      name: worker_name
      required: false
      schema:
        type: string
    rowFilter.worker_performance.period_start:
      in: query
      name: period_start
      required: false
      schema:
        type: string
    rowFilter.worker_performance.period_end:
      in: query
      name: period_end
      required: false
      schema:
        type: string
    rowFilter.worker_performance.work_orders_completed:
      in: query
      name: work_orders_completed
      required: false
      schema:
        type: string
    rowFilter.worker_performance.work_orders_overdue:
      in: query
      name: work_orders_overdue
      required: false
      schema:
        type: string
    rowFilter.worker_performance.first_time_fix_rate:
      in: query
      name: first_time_fix_rate
      required: false
      schema:
        type: string
    rowFilter.worker_performance.sla_compliance_rate:
      in: query
      name: sla_compliance_rate
      required: false
      schema:
        type: string
    rowFilter.worker_performance.utilisation_rate:
      in: query
      name: utilisation_rate
      required: false
      schema:
        type: string
    rowFilter.worker_performance.average_response_minutes:
      in: query
      name: average_response_minutes
      required: false
      schema:
        type: string
    rowFilter.worker_performance.average_resolution_minutes:
      in: query
      name: average_resolution_minutes
      required: false
      schema:
        type: string
    rowFilter.worker_performance.computed_at:
      in: query
      name: computed_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:
    worker_performance:
      description: >-
        The computed periods behind the Performance tab.


        Written by workforce.compute_worker_performance; never recomputed by a
        reader.
      properties:
        average_resolution_minutes:
          format: integer
          type: integer
        average_response_minutes:
          format: integer
          type: integer
        computed_at:
          format: timestamp with time zone
          type: string
        first_time_fix_rate:
          format: numeric
          type: number
        id:
          description: |-
            Note:
            This is a Primary Key.<pk/>
          format: uuid
          type: string
        period_end:
          format: date
          type: string
        period_start:
          format: date
          type: string
        sla_compliance_rate:
          format: numeric
          type: number
        utilisation_rate:
          format: numeric
          type: number
        work_orders_completed:
          format: integer
          type: integer
        work_orders_overdue:
          format: integer
          type: integer
        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
        worker_name:
          format: character varying
          maxLength: 200
          type: string
      type: object

````

## Related topics

- [Contracts](/commercial/contracts.md)
- [Inside a technician](/workforce/technician-detail.md)
- [Inside a vendor](/commercial/vendor-detail.md)
- [Approvals](/work/approvals.md)
- [Requests for quotation](/commercial/rfqs.md)
