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

# Root-cause investigations with how many findings and how many actions are still outstanding.



## OpenAPI

````yaml /api-reference/openapi.json get /rca_investigations
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:
  /rca_investigations:
    get:
      tags:
        - Root cause analysis
      summary: >-
        Root-cause investigations with how many findings and how many actions
        are still outstanding.
      parameters:
        - $ref: '#/components/parameters/rowFilter.rca_investigations.id'
        - $ref: '#/components/parameters/rowFilter.rca_investigations.reference'
        - $ref: '#/components/parameters/rowFilter.rca_investigations.asset_id'
        - $ref: '#/components/parameters/rowFilter.rca_investigations.asset_number'
        - $ref: '#/components/parameters/rowFilter.rca_investigations.asset_name'
        - $ref: '#/components/parameters/rowFilter.rca_investigations.failure_id'
        - $ref: >-
            #/components/parameters/rowFilter.rca_investigations.reliability_recommendation_id
        - $ref: '#/components/parameters/rowFilter.rca_investigations.method'
        - $ref: >-
            #/components/parameters/rowFilter.rca_investigations.problem_statement
        - $ref: '#/components/parameters/rowFilter.rca_investigations.status'
        - $ref: >-
            #/components/parameters/rowFilter.rca_investigations.facilitator_user_id
        - $ref: >-
            #/components/parameters/rowFilter.rca_investigations.facilitator_name
        - $ref: '#/components/parameters/rowFilter.rca_investigations.opened_at'
        - $ref: '#/components/parameters/rowFilter.rca_investigations.due_at'
        - $ref: '#/components/parameters/rowFilter.rca_investigations.closed_at'
        - $ref: '#/components/parameters/rowFilter.rca_investigations.root_cause'
        - $ref: '#/components/parameters/rowFilter.rca_investigations.root_cause_id'
        - $ref: '#/components/parameters/rowFilter.rca_investigations.root_cause_name'
        - $ref: '#/components/parameters/rowFilter.rca_investigations.findings'
        - $ref: '#/components/parameters/rowFilter.rca_investigations.actions'
        - $ref: >-
            #/components/parameters/rowFilter.rca_investigations.actions_outstanding
        - $ref: '#/components/parameters/rowFilter.rca_investigations.created_at'
        - $ref: '#/components/parameters/rowFilter.rca_investigations.updated_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/rca_investigations'
                type: array
            application/vnd.pgrst.object+json:
              schema:
                items:
                  $ref: '#/components/schemas/rca_investigations'
                type: array
            application/vnd.pgrst.object+json;nulls=stripped:
              schema:
                items:
                  $ref: '#/components/schemas/rca_investigations'
                type: array
            text/csv:
              schema:
                items:
                  $ref: '#/components/schemas/rca_investigations'
                type: array
          description: OK
        '206':
          description: Partial Content
components:
  parameters:
    rowFilter.rca_investigations.id:
      in: query
      name: id
      required: false
      schema:
        type: string
    rowFilter.rca_investigations.reference:
      in: query
      name: reference
      required: false
      schema:
        type: string
    rowFilter.rca_investigations.asset_id:
      in: query
      name: asset_id
      required: false
      schema:
        type: string
    rowFilter.rca_investigations.asset_number:
      in: query
      name: asset_number
      required: false
      schema:
        type: string
    rowFilter.rca_investigations.asset_name:
      in: query
      name: asset_name
      required: false
      schema:
        type: string
    rowFilter.rca_investigations.failure_id:
      in: query
      name: failure_id
      required: false
      schema:
        type: string
    rowFilter.rca_investigations.reliability_recommendation_id:
      in: query
      name: reliability_recommendation_id
      required: false
      schema:
        type: string
    rowFilter.rca_investigations.method:
      in: query
      name: method
      required: false
      schema:
        type: string
    rowFilter.rca_investigations.problem_statement:
      in: query
      name: problem_statement
      required: false
      schema:
        type: string
    rowFilter.rca_investigations.status:
      in: query
      name: status
      required: false
      schema:
        type: string
    rowFilter.rca_investigations.facilitator_user_id:
      in: query
      name: facilitator_user_id
      required: false
      schema:
        type: string
    rowFilter.rca_investigations.facilitator_name:
      in: query
      name: facilitator_name
      required: false
      schema:
        type: string
    rowFilter.rca_investigations.opened_at:
      in: query
      name: opened_at
      required: false
      schema:
        type: string
    rowFilter.rca_investigations.due_at:
      in: query
      name: due_at
      required: false
      schema:
        type: string
    rowFilter.rca_investigations.closed_at:
      in: query
      name: closed_at
      required: false
      schema:
        type: string
    rowFilter.rca_investigations.root_cause:
      in: query
      name: root_cause
      required: false
      schema:
        type: string
    rowFilter.rca_investigations.root_cause_id:
      in: query
      name: root_cause_id
      required: false
      schema:
        type: string
    rowFilter.rca_investigations.root_cause_name:
      in: query
      name: root_cause_name
      required: false
      schema:
        type: string
    rowFilter.rca_investigations.findings:
      in: query
      name: findings
      required: false
      schema:
        type: string
    rowFilter.rca_investigations.actions:
      in: query
      name: actions
      required: false
      schema:
        type: string
    rowFilter.rca_investigations.actions_outstanding:
      in: query
      name: actions_outstanding
      required: false
      schema:
        type: string
    rowFilter.rca_investigations.created_at:
      in: query
      name: created_at
      required: false
      schema:
        type: string
    rowFilter.rca_investigations.updated_at:
      in: query
      name: updated_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:
    rca_investigations:
      description: >-
        Root-cause investigations with how many findings and how many actions
        are still outstanding.
      properties:
        actions:
          format: bigint
          type: integer
        actions_outstanding:
          format: bigint
          type: integer
        asset_id:
          description: >-
            Note:

            This is a Foreign Key to `asset_contracts.asset_id`.<fk
            table='asset_contracts' column='asset_id'/>
          format: uuid
          type: string
        asset_name:
          format: character varying
          maxLength: 250
          type: string
        asset_number:
          format: character varying
          maxLength: 80
          type: string
        closed_at:
          format: timestamp with time zone
          type: string
        created_at:
          format: timestamp with time zone
          type: string
        due_at:
          format: timestamp with time zone
          type: string
        facilitator_name:
          format: character varying
          maxLength: 200
          type: string
        facilitator_user_id:
          description: >-
            Note:

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

            This is a Foreign Key to `failures.id`.<fk table='failures'
            column='id'/>
          format: uuid
          type: string
        findings:
          format: bigint
          type: integer
        id:
          description: |-
            Note:
            This is a Primary Key.<pk/>
          format: uuid
          type: string
        method:
          format: character varying
          maxLength: 20
          type: string
        opened_at:
          format: timestamp with time zone
          type: string
        problem_statement:
          format: text
          type: string
        reference:
          format: character varying
          maxLength: 40
          type: string
        reliability_recommendation_id:
          description: >-
            Note:

            This is a Foreign Key to `reliability_recommendations.id`.<fk
            table='reliability_recommendations' column='id'/>
          format: uuid
          type: string
        root_cause:
          format: text
          type: string
        root_cause_id:
          format: uuid
          type: string
        root_cause_name:
          format: character varying
          maxLength: 150
          type: string
        status:
          format: character varying
          maxLength: 20
          type: string
        updated_at:
          format: timestamp with time zone
          type: string
      type: object

````

## Related topics

- [Root cause and corrective actions](/assets/root-cause.md)
- [Core concepts](/core-concepts.md)
- [Finding your way around](/get-started/navigating.md)
- [Reliability](/assets/reliability.md)
- [The work order list](/work/work-orders.md)
