> ## 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 staged rows of one import, verbatim, with what validation decided about each.



## OpenAPI

````yaml /api-reference/openapi.json get /import_rows
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:
  /import_rows:
    get:
      tags:
        - Import
      summary: >-
        The staged rows of one import, verbatim, with what validation decided
        about each.
      parameters:
        - $ref: '#/components/parameters/rowFilter.import_rows.id'
        - $ref: '#/components/parameters/rowFilter.import_rows.organization_id'
        - $ref: '#/components/parameters/rowFilter.import_rows.batch_id'
        - $ref: '#/components/parameters/rowFilter.import_rows.row_number'
        - $ref: '#/components/parameters/rowFilter.import_rows.source'
        - $ref: '#/components/parameters/rowFilter.import_rows.mapped'
        - $ref: '#/components/parameters/rowFilter.import_rows.status'
        - $ref: '#/components/parameters/rowFilter.import_rows.issues'
        - $ref: '#/components/parameters/rowFilter.import_rows.target_id'
        - $ref: '#/components/parameters/rowFilter.import_rows.first_issue'
        - $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/import_rows'
                type: array
            application/vnd.pgrst.object+json:
              schema:
                items:
                  $ref: '#/components/schemas/import_rows'
                type: array
            application/vnd.pgrst.object+json;nulls=stripped:
              schema:
                items:
                  $ref: '#/components/schemas/import_rows'
                type: array
            text/csv:
              schema:
                items:
                  $ref: '#/components/schemas/import_rows'
                type: array
          description: OK
        '206':
          description: Partial Content
components:
  parameters:
    rowFilter.import_rows.id:
      in: query
      name: id
      required: false
      schema:
        type: string
    rowFilter.import_rows.organization_id:
      in: query
      name: organization_id
      required: false
      schema:
        type: string
    rowFilter.import_rows.batch_id:
      in: query
      name: batch_id
      required: false
      schema:
        type: string
    rowFilter.import_rows.row_number:
      in: query
      name: row_number
      required: false
      schema:
        type: string
    rowFilter.import_rows.source:
      in: query
      name: source
      required: false
      schema:
        type: string
    rowFilter.import_rows.mapped:
      in: query
      name: mapped
      required: false
      schema:
        type: string
    rowFilter.import_rows.status:
      in: query
      name: status
      required: false
      schema:
        type: string
    rowFilter.import_rows.issues:
      in: query
      name: issues
      required: false
      schema:
        type: string
    rowFilter.import_rows.target_id:
      in: query
      name: target_id
      required: false
      schema:
        type: string
    rowFilter.import_rows.first_issue:
      in: query
      name: first_issue
      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:
    import_rows:
      description: >-
        The staged rows of one import, verbatim, with what validation decided
        about each.
      properties:
        batch_id:
          description: >-
            Note:

            This is a Foreign Key to `imports.id`.<fk table='imports'
            column='id'/>
          format: uuid
          type: string
        first_issue:
          format: text
          type: string
        id:
          description: |-
            Note:
            This is a Primary Key.<pk/>
          format: uuid
          type: string
        issues:
          format: jsonb
        mapped:
          format: jsonb
        organization_id:
          description: >-
            Note:

            This is a Foreign Key to `copilot_settings.organization_id`.<fk
            table='copilot_settings' column='organization_id'/>
          format: uuid
          type: string
        row_number:
          format: integer
          type: integer
        source:
          format: jsonb
        status:
          format: character varying
          maxLength: 20
          type: string
        target_id:
          format: uuid
          type: string
      type: object

````

## Related topics

- [Rules](/config/rules.md)
- [The skills matrix](/workforce/skills.md)
- [Root cause and corrective actions](/assets/root-cause.md)
- [Labels](/config/labels.md)
- [Maintenance due](/work/maintenance-due.md)
