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

# api.skill_coverage plus the configuration half.

> What authorises a skill, and whether anything does. A certified skill nothing authorises can never
be satisfied — that is unsatisfiable.



## OpenAPI

````yaml /api-reference/openapi.json get /skill_settings
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:
  /skill_settings:
    get:
      tags:
        - Workforce configuration
      summary: api.skill_coverage plus the configuration half.
      description: >-
        What authorises a skill, and whether anything does. A certified skill
        nothing authorises can never

        be satisfied — that is unsatisfiable.
      parameters:
        - $ref: '#/components/parameters/rowFilter.skill_settings.skill_id'
        - $ref: '#/components/parameters/rowFilter.skill_settings.skill_code'
        - $ref: '#/components/parameters/rowFilter.skill_settings.skill_name'
        - $ref: '#/components/parameters/rowFilter.skill_settings.skill_category'
        - $ref: >-
            #/components/parameters/rowFilter.skill_settings.requires_certification
        - $ref: '#/components/parameters/rowFilter.skill_settings.workers_with_skill'
        - $ref: '#/components/parameters/rowFilter.skill_settings.workers_competent'
        - $ref: '#/components/parameters/rowFilter.skill_settings.workers_advanced'
        - $ref: '#/components/parameters/rowFilter.skill_settings.workers_qualified'
        - $ref: >-
            #/components/parameters/rowFilter.skill_settings.workers_available_now
        - $ref: '#/components/parameters/rowFilter.skill_settings.highest_level'
        - $ref: '#/components/parameters/rowFilter.skill_settings.average_level'
        - $ref: '#/components/parameters/rowFilter.skill_settings.description'
        - $ref: '#/components/parameters/rowFilter.skill_settings.skill_category_id'
        - $ref: '#/components/parameters/rowFilter.skill_settings.category_name'
        - $ref: '#/components/parameters/rowFilter.skill_settings.is_active'
        - $ref: '#/components/parameters/rowFilter.skill_settings.authorised_by'
        - $ref: '#/components/parameters/rowFilter.skill_settings.unsatisfiable'
        - $ref: '#/components/parameters/rowFilter.skill_settings.required_by_work'
        - $ref: '#/components/parameters/rowFilter.skill_settings.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/skill_settings'
                type: array
            application/vnd.pgrst.object+json:
              schema:
                items:
                  $ref: '#/components/schemas/skill_settings'
                type: array
            application/vnd.pgrst.object+json;nulls=stripped:
              schema:
                items:
                  $ref: '#/components/schemas/skill_settings'
                type: array
            text/csv:
              schema:
                items:
                  $ref: '#/components/schemas/skill_settings'
                type: array
          description: OK
        '206':
          description: Partial Content
components:
  parameters:
    rowFilter.skill_settings.skill_id:
      in: query
      name: skill_id
      required: false
      schema:
        type: string
    rowFilter.skill_settings.skill_code:
      in: query
      name: skill_code
      required: false
      schema:
        type: string
    rowFilter.skill_settings.skill_name:
      in: query
      name: skill_name
      required: false
      schema:
        type: string
    rowFilter.skill_settings.skill_category:
      in: query
      name: skill_category
      required: false
      schema:
        type: string
    rowFilter.skill_settings.requires_certification:
      in: query
      name: requires_certification
      required: false
      schema:
        type: string
    rowFilter.skill_settings.workers_with_skill:
      in: query
      name: workers_with_skill
      required: false
      schema:
        type: string
    rowFilter.skill_settings.workers_competent:
      in: query
      name: workers_competent
      required: false
      schema:
        type: string
    rowFilter.skill_settings.workers_advanced:
      in: query
      name: workers_advanced
      required: false
      schema:
        type: string
    rowFilter.skill_settings.workers_qualified:
      in: query
      name: workers_qualified
      required: false
      schema:
        type: string
    rowFilter.skill_settings.workers_available_now:
      in: query
      name: workers_available_now
      required: false
      schema:
        type: string
    rowFilter.skill_settings.highest_level:
      in: query
      name: highest_level
      required: false
      schema:
        type: string
    rowFilter.skill_settings.average_level:
      in: query
      name: average_level
      required: false
      schema:
        type: string
    rowFilter.skill_settings.description:
      in: query
      name: description
      required: false
      schema:
        type: string
    rowFilter.skill_settings.skill_category_id:
      in: query
      name: skill_category_id
      required: false
      schema:
        type: string
    rowFilter.skill_settings.category_name:
      in: query
      name: category_name
      required: false
      schema:
        type: string
    rowFilter.skill_settings.is_active:
      in: query
      name: is_active
      required: false
      schema:
        type: string
    rowFilter.skill_settings.authorised_by:
      in: query
      name: authorised_by
      required: false
      schema:
        type: string
    rowFilter.skill_settings.unsatisfiable:
      in: query
      name: unsatisfiable
      required: false
      schema:
        type: string
    rowFilter.skill_settings.required_by_work:
      in: query
      name: required_by_work
      required: false
      schema:
        type: string
    rowFilter.skill_settings.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:
    skill_settings:
      description: >-
        api.skill_coverage plus the configuration half.


        What authorises a skill, and whether anything does. A certified skill
        nothing authorises can never

        be satisfied — that is unsatisfiable.
      properties:
        authorised_by:
          format: jsonb
        average_level:
          format: numeric
          type: number
        category_name:
          format: character varying
          maxLength: 150
          type: string
        description:
          format: text
          type: string
        highest_level:
          format: smallint
          type: integer
        is_active:
          format: boolean
          type: boolean
        required_by_work:
          format: bigint
          type: integer
        requires_certification:
          format: boolean
          type: boolean
        row_version:
          format: bigint
          type: integer
        skill_category:
          format: character varying
          maxLength: 60
          type: string
        skill_category_id:
          description: >-
            Note:

            This is a Foreign Key to `skill_category_settings.id`.<fk
            table='skill_category_settings' column='id'/>
          format: uuid
          type: string
        skill_code:
          format: character varying
          maxLength: 60
          type: string
        skill_id:
          description: |-
            Note:
            This is a Primary Key.<pk/>
          format: uuid
          type: string
        skill_name:
          format: character varying
          maxLength: 200
          type: string
        unsatisfiable:
          format: boolean
          type: boolean
        workers_advanced:
          format: bigint
          type: integer
        workers_available_now:
          format: bigint
          type: integer
        workers_competent:
          format: bigint
          type: integer
        workers_qualified:
          format: bigint
          type: integer
        workers_with_skill:
          format: bigint
          type: integer
      type: object

````

## Related topics

- [Setting up the plant](/setup/overview.md)
- [AI settings](/config/ai.md)
- [Vendor and contract settings](/config/commercial.md)
- [Inventory settings](/config/inventory.md)
- [Tool settings](/config/tools.md)
