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

# Stock with reorder context. available_quantity is generated from the ledger, not stored.



## OpenAPI

````yaml /api-reference/openapi.json get /inventory_available
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:
  /inventory_available:
    get:
      tags:
        - Inventory
      summary: >-
        Stock with reorder context. available_quantity is generated from the
        ledger, not stored.
      parameters:
        - $ref: '#/components/parameters/rowFilter.inventory_available.stock_id'
        - $ref: '#/components/parameters/rowFilter.inventory_available.part_id'
        - $ref: '#/components/parameters/rowFilter.inventory_available.part_number'
        - $ref: '#/components/parameters/rowFilter.inventory_available.part_name'
        - $ref: '#/components/parameters/rowFilter.inventory_available.part_category'
        - $ref: >-
            #/components/parameters/rowFilter.inventory_available.unit_of_measure
        - $ref: '#/components/parameters/rowFilter.inventory_available.warehouse_id'
        - $ref: '#/components/parameters/rowFilter.inventory_available.warehouse_code'
        - $ref: '#/components/parameters/rowFilter.inventory_available.warehouse_name'
        - $ref: >-
            #/components/parameters/rowFilter.inventory_available.inventory_location_id
        - $ref: >-
            #/components/parameters/rowFilter.inventory_available.on_hand_quantity
        - $ref: >-
            #/components/parameters/rowFilter.inventory_available.reserved_quantity
        - $ref: >-
            #/components/parameters/rowFilter.inventory_available.available_quantity
        - $ref: >-
            #/components/parameters/rowFilter.inventory_available.on_order_quantity
        - $ref: >-
            #/components/parameters/rowFilter.inventory_available.in_transit_quantity
        - $ref: >-
            #/components/parameters/rowFilter.inventory_available.average_unit_cost
        - $ref: >-
            #/components/parameters/rowFilter.inventory_available.average_unit_cost_currency_id
        - $ref: >-
            #/components/parameters/rowFilter.inventory_available.minimum_quantity
        - $ref: '#/components/parameters/rowFilter.inventory_available.reorder_point'
        - $ref: >-
            #/components/parameters/rowFilter.inventory_available.maximum_quantity
        - $ref: '#/components/parameters/rowFilter.inventory_available.safety_stock'
        - $ref: >-
            #/components/parameters/rowFilter.inventory_available.at_or_below_reorder_point
        - $ref: '#/components/parameters/rowFilter.inventory_available.criticality'
        - $ref: '#/components/parameters/rowFilter.inventory_available.tracking_mode'
        - $ref: >-
            #/components/parameters/rowFilter.inventory_available.last_movement_at
        - $ref: >-
            #/components/parameters/rowFilter.inventory_available.last_counted_at
        - $ref: >-
            #/components/parameters/rowFilter.inventory_available.primary_image_file_id
        - $ref: '#/components/parameters/rowFilter.inventory_available.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/inventory_available'
                type: array
            application/vnd.pgrst.object+json:
              schema:
                items:
                  $ref: '#/components/schemas/inventory_available'
                type: array
            application/vnd.pgrst.object+json;nulls=stripped:
              schema:
                items:
                  $ref: '#/components/schemas/inventory_available'
                type: array
            text/csv:
              schema:
                items:
                  $ref: '#/components/schemas/inventory_available'
                type: array
          description: OK
        '206':
          description: Partial Content
components:
  parameters:
    rowFilter.inventory_available.stock_id:
      in: query
      name: stock_id
      required: false
      schema:
        type: string
    rowFilter.inventory_available.part_id:
      in: query
      name: part_id
      required: false
      schema:
        type: string
    rowFilter.inventory_available.part_number:
      in: query
      name: part_number
      required: false
      schema:
        type: string
    rowFilter.inventory_available.part_name:
      in: query
      name: part_name
      required: false
      schema:
        type: string
    rowFilter.inventory_available.part_category:
      in: query
      name: part_category
      required: false
      schema:
        type: string
    rowFilter.inventory_available.unit_of_measure:
      in: query
      name: unit_of_measure
      required: false
      schema:
        type: string
    rowFilter.inventory_available.warehouse_id:
      in: query
      name: warehouse_id
      required: false
      schema:
        type: string
    rowFilter.inventory_available.warehouse_code:
      in: query
      name: warehouse_code
      required: false
      schema:
        type: string
    rowFilter.inventory_available.warehouse_name:
      in: query
      name: warehouse_name
      required: false
      schema:
        type: string
    rowFilter.inventory_available.inventory_location_id:
      in: query
      name: inventory_location_id
      required: false
      schema:
        type: string
    rowFilter.inventory_available.on_hand_quantity:
      in: query
      name: on_hand_quantity
      required: false
      schema:
        type: string
    rowFilter.inventory_available.reserved_quantity:
      in: query
      name: reserved_quantity
      required: false
      schema:
        type: string
    rowFilter.inventory_available.available_quantity:
      in: query
      name: available_quantity
      required: false
      schema:
        type: string
    rowFilter.inventory_available.on_order_quantity:
      in: query
      name: on_order_quantity
      required: false
      schema:
        type: string
    rowFilter.inventory_available.in_transit_quantity:
      in: query
      name: in_transit_quantity
      required: false
      schema:
        type: string
    rowFilter.inventory_available.average_unit_cost:
      in: query
      name: average_unit_cost
      required: false
      schema:
        type: string
    rowFilter.inventory_available.average_unit_cost_currency_id:
      in: query
      name: average_unit_cost_currency_id
      required: false
      schema:
        type: string
    rowFilter.inventory_available.minimum_quantity:
      in: query
      name: minimum_quantity
      required: false
      schema:
        type: string
    rowFilter.inventory_available.reorder_point:
      in: query
      name: reorder_point
      required: false
      schema:
        type: string
    rowFilter.inventory_available.maximum_quantity:
      in: query
      name: maximum_quantity
      required: false
      schema:
        type: string
    rowFilter.inventory_available.safety_stock:
      in: query
      name: safety_stock
      required: false
      schema:
        type: string
    rowFilter.inventory_available.at_or_below_reorder_point:
      in: query
      name: at_or_below_reorder_point
      required: false
      schema:
        type: string
    rowFilter.inventory_available.criticality:
      in: query
      name: criticality
      required: false
      schema:
        type: string
    rowFilter.inventory_available.tracking_mode:
      in: query
      name: tracking_mode
      required: false
      schema:
        type: string
    rowFilter.inventory_available.last_movement_at:
      in: query
      name: last_movement_at
      required: false
      schema:
        type: string
    rowFilter.inventory_available.last_counted_at:
      in: query
      name: last_counted_at
      required: false
      schema:
        type: string
    rowFilter.inventory_available.primary_image_file_id:
      in: query
      name: primary_image_file_id
      required: false
      schema:
        type: string
    rowFilter.inventory_available.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:
    inventory_available:
      description: >-
        Stock with reorder context. available_quantity is generated from the
        ledger, not stored.
      properties:
        at_or_below_reorder_point:
          format: boolean
          type: boolean
        available_quantity:
          format: numeric
          type: number
        average_unit_cost:
          format: numeric
          type: number
        average_unit_cost_currency_id:
          format: uuid
          type: string
        criticality:
          format: character varying
          maxLength: 20
          type: string
        in_transit_quantity:
          format: numeric
          type: number
        inventory_location_id:
          description: >-
            Note:

            This is a Foreign Key to `bin_settings.id`.<fk table='bin_settings'
            column='id'/>
          format: uuid
          type: string
        last_counted_at:
          format: timestamp with time zone
          type: string
        last_movement_at:
          format: timestamp with time zone
          type: string
        maximum_quantity:
          format: numeric
          type: number
        minimum_quantity:
          format: numeric
          type: number
        on_hand_quantity:
          format: numeric
          type: number
        on_order_quantity:
          format: numeric
          type: number
        part_category:
          format: character varying
          maxLength: 60
          type: string
        part_id:
          description: |-
            Note:
            This is a Primary Key.<pk/>
          format: uuid
          type: string
        part_name:
          format: character varying
          maxLength: 250
          type: string
        part_number:
          format: character varying
          maxLength: 80
          type: string
        primary_image_file_id:
          format: uuid
          type: string
        reorder_point:
          format: numeric
          type: number
        reserved_quantity:
          format: numeric
          type: number
        row_version:
          format: bigint
          type: integer
        safety_stock:
          format: numeric
          type: number
        stock_id:
          description: |-
            Note:
            This is a Primary Key.<pk/>
          format: uuid
          type: string
        tracking_mode:
          format: character varying
          maxLength: 20
          type: string
        unit_of_measure:
          format: character varying
          maxLength: 30
          type: string
        warehouse_code:
          format: character varying
          maxLength: 60
          type: string
        warehouse_id:
          description: >-
            Note:

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

````

## Related topics

- [Inside a part](/inventory/part-detail.md)
- [Reorder recommendations](/inventory/reorder.md)
- [Setting up the plant](/setup/overview.md)
- [Inside a work order](/work/work-order-detail.md)
- [Purchase requests](/commercial/purchase-requests.md)
