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

# Physical verification rounds, with where each stands and one word for it.

> The counts are of the lines the reader may see, so a site manager reading a national round gets
their own site's numbers rather than a total they cannot open (ADR-071).



## OpenAPI

````yaml /api-reference/openapi.json get /verification_rounds
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:
  /verification_rounds:
    get:
      tags:
        - Verification
      summary: >-
        Physical verification rounds, with where each stands and one word for
        it.
      description: >-
        The counts are of the lines the reader may see, so a site manager
        reading a national round gets

        their own site's numbers rather than a total they cannot open (ADR-071).
      parameters:
        - $ref: '#/components/parameters/rowFilter.verification_rounds.id'
        - $ref: '#/components/parameters/rowFilter.verification_rounds.round_number'
        - $ref: '#/components/parameters/rowFilter.verification_rounds.name'
        - $ref: '#/components/parameters/rowFilter.verification_rounds.description'
        - $ref: '#/components/parameters/rowFilter.verification_rounds.round_type'
        - $ref: '#/components/parameters/rowFilter.verification_rounds.status'
        - $ref: '#/components/parameters/rowFilter.verification_rounds.starts_on'
        - $ref: '#/components/parameters/rowFilter.verification_rounds.ends_on'
        - $ref: '#/components/parameters/rowFilter.verification_rounds.instructions'
        - $ref: '#/components/parameters/rowFilter.verification_rounds.requires_photo'
        - $ref: '#/components/parameters/rowFilter.verification_rounds.requires_notes'
        - $ref: >-
            #/components/parameters/rowFilter.verification_rounds.requires_condition
        - $ref: >-
            #/components/parameters/rowFilter.verification_rounds.requires_geolocation
        - $ref: >-
            #/components/parameters/rowFilter.verification_rounds.requires_not_found_reason
        - $ref: >-
            #/components/parameters/rowFilter.verification_rounds.allow_out_of_scope
        - $ref: >-
            #/components/parameters/rowFilter.verification_rounds.not_found_action
        - $ref: '#/components/parameters/rowFilter.verification_rounds.sample_percent'
        - $ref: '#/components/parameters/rowFilter.verification_rounds.sample_size'
        - $ref: '#/components/parameters/rowFilter.verification_rounds.sample_seed'
        - $ref: '#/components/parameters/rowFilter.verification_rounds.published_at'
        - $ref: >-
            #/components/parameters/rowFilter.verification_rounds.published_by_user_id
        - $ref: '#/components/parameters/rowFilter.verification_rounds.published_by'
        - $ref: '#/components/parameters/rowFilter.verification_rounds.closed_at'
        - $ref: >-
            #/components/parameters/rowFilter.verification_rounds.closed_by_user_id
        - $ref: '#/components/parameters/rowFilter.verification_rounds.closed_by'
        - $ref: '#/components/parameters/rowFilter.verification_rounds.closure_notes'
        - $ref: '#/components/parameters/rowFilter.verification_rounds.expected'
        - $ref: '#/components/parameters/rowFilter.verification_rounds.pending'
        - $ref: '#/components/parameters/rowFilter.verification_rounds.verified'
        - $ref: '#/components/parameters/rowFilter.verification_rounds.moved'
        - $ref: '#/components/parameters/rowFilter.verification_rounds.not_found'
        - $ref: '#/components/parameters/rowFilter.verification_rounds.damaged'
        - $ref: '#/components/parameters/rowFilter.verification_rounds.skipped'
        - $ref: '#/components/parameters/rowFilter.verification_rounds.out_of_scope'
        - $ref: >-
            #/components/parameters/rowFilter.verification_rounds.recount_required
        - $ref: >-
            #/components/parameters/rowFilter.verification_rounds.settled_by_closure
        - $ref: >-
            #/components/parameters/rowFilter.verification_rounds.verified_by_walking
        - $ref: '#/components/parameters/rowFilter.verification_rounds.with_photo'
        - $ref: >-
            #/components/parameters/rowFilter.verification_rounds.percent_settled
        - $ref: '#/components/parameters/rowFilter.verification_rounds.auditor_count'
        - $ref: '#/components/parameters/rowFilter.verification_rounds.standing'
        - $ref: '#/components/parameters/rowFilter.verification_rounds.row_version'
        - $ref: '#/components/parameters/rowFilter.verification_rounds.created_at'
        - $ref: '#/components/parameters/rowFilter.verification_rounds.created_by'
        - $ref: '#/components/parameters/rowFilter.verification_rounds.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/verification_rounds'
                type: array
            application/vnd.pgrst.object+json:
              schema:
                items:
                  $ref: '#/components/schemas/verification_rounds'
                type: array
            application/vnd.pgrst.object+json;nulls=stripped:
              schema:
                items:
                  $ref: '#/components/schemas/verification_rounds'
                type: array
            text/csv:
              schema:
                items:
                  $ref: '#/components/schemas/verification_rounds'
                type: array
          description: OK
        '206':
          description: Partial Content
components:
  parameters:
    rowFilter.verification_rounds.id:
      in: query
      name: id
      required: false
      schema:
        type: string
    rowFilter.verification_rounds.round_number:
      in: query
      name: round_number
      required: false
      schema:
        type: string
    rowFilter.verification_rounds.name:
      in: query
      name: name
      required: false
      schema:
        type: string
    rowFilter.verification_rounds.description:
      in: query
      name: description
      required: false
      schema:
        type: string
    rowFilter.verification_rounds.round_type:
      in: query
      name: round_type
      required: false
      schema:
        type: string
    rowFilter.verification_rounds.status:
      in: query
      name: status
      required: false
      schema:
        type: string
    rowFilter.verification_rounds.starts_on:
      in: query
      name: starts_on
      required: false
      schema:
        type: string
    rowFilter.verification_rounds.ends_on:
      in: query
      name: ends_on
      required: false
      schema:
        type: string
    rowFilter.verification_rounds.instructions:
      in: query
      name: instructions
      required: false
      schema:
        type: string
    rowFilter.verification_rounds.requires_photo:
      in: query
      name: requires_photo
      required: false
      schema:
        type: string
    rowFilter.verification_rounds.requires_notes:
      in: query
      name: requires_notes
      required: false
      schema:
        type: string
    rowFilter.verification_rounds.requires_condition:
      in: query
      name: requires_condition
      required: false
      schema:
        type: string
    rowFilter.verification_rounds.requires_geolocation:
      in: query
      name: requires_geolocation
      required: false
      schema:
        type: string
    rowFilter.verification_rounds.requires_not_found_reason:
      in: query
      name: requires_not_found_reason
      required: false
      schema:
        type: string
    rowFilter.verification_rounds.allow_out_of_scope:
      in: query
      name: allow_out_of_scope
      required: false
      schema:
        type: string
    rowFilter.verification_rounds.not_found_action:
      in: query
      name: not_found_action
      required: false
      schema:
        type: string
    rowFilter.verification_rounds.sample_percent:
      in: query
      name: sample_percent
      required: false
      schema:
        type: string
    rowFilter.verification_rounds.sample_size:
      in: query
      name: sample_size
      required: false
      schema:
        type: string
    rowFilter.verification_rounds.sample_seed:
      in: query
      name: sample_seed
      required: false
      schema:
        type: string
    rowFilter.verification_rounds.published_at:
      in: query
      name: published_at
      required: false
      schema:
        type: string
    rowFilter.verification_rounds.published_by_user_id:
      in: query
      name: published_by_user_id
      required: false
      schema:
        type: string
    rowFilter.verification_rounds.published_by:
      in: query
      name: published_by
      required: false
      schema:
        type: string
    rowFilter.verification_rounds.closed_at:
      in: query
      name: closed_at
      required: false
      schema:
        type: string
    rowFilter.verification_rounds.closed_by_user_id:
      in: query
      name: closed_by_user_id
      required: false
      schema:
        type: string
    rowFilter.verification_rounds.closed_by:
      in: query
      name: closed_by
      required: false
      schema:
        type: string
    rowFilter.verification_rounds.closure_notes:
      in: query
      name: closure_notes
      required: false
      schema:
        type: string
    rowFilter.verification_rounds.expected:
      in: query
      name: expected
      required: false
      schema:
        type: string
    rowFilter.verification_rounds.pending:
      in: query
      name: pending
      required: false
      schema:
        type: string
    rowFilter.verification_rounds.verified:
      in: query
      name: verified
      required: false
      schema:
        type: string
    rowFilter.verification_rounds.moved:
      in: query
      name: moved
      required: false
      schema:
        type: string
    rowFilter.verification_rounds.not_found:
      in: query
      name: not_found
      required: false
      schema:
        type: string
    rowFilter.verification_rounds.damaged:
      in: query
      name: damaged
      required: false
      schema:
        type: string
    rowFilter.verification_rounds.skipped:
      in: query
      name: skipped
      required: false
      schema:
        type: string
    rowFilter.verification_rounds.out_of_scope:
      in: query
      name: out_of_scope
      required: false
      schema:
        type: string
    rowFilter.verification_rounds.recount_required:
      in: query
      name: recount_required
      required: false
      schema:
        type: string
    rowFilter.verification_rounds.settled_by_closure:
      in: query
      name: settled_by_closure
      required: false
      schema:
        type: string
    rowFilter.verification_rounds.verified_by_walking:
      in: query
      name: verified_by_walking
      required: false
      schema:
        type: string
    rowFilter.verification_rounds.with_photo:
      in: query
      name: with_photo
      required: false
      schema:
        type: string
    rowFilter.verification_rounds.percent_settled:
      in: query
      name: percent_settled
      required: false
      schema:
        type: string
    rowFilter.verification_rounds.auditor_count:
      in: query
      name: auditor_count
      required: false
      schema:
        type: string
    rowFilter.verification_rounds.standing:
      in: query
      name: standing
      required: false
      schema:
        type: string
    rowFilter.verification_rounds.row_version:
      in: query
      name: row_version
      required: false
      schema:
        type: string
    rowFilter.verification_rounds.created_at:
      in: query
      name: created_at
      required: false
      schema:
        type: string
    rowFilter.verification_rounds.created_by:
      in: query
      name: created_by
      required: false
      schema:
        type: string
    rowFilter.verification_rounds.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:
    verification_rounds:
      description: >-
        Physical verification rounds, with where each stands and one word for
        it.


        The counts are of the lines the reader may see, so a site manager
        reading a national round gets

        their own site's numbers rather than a total they cannot open (ADR-071).
      properties:
        allow_out_of_scope:
          format: boolean
          type: boolean
        auditor_count:
          format: bigint
          type: integer
        closed_at:
          format: timestamp with time zone
          type: string
        closed_by:
          format: character varying
          maxLength: 200
          type: string
        closed_by_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
        closure_notes:
          format: text
          type: string
        created_at:
          format: timestamp with time zone
          type: string
        created_by:
          description: >-
            Note:

            This is a Foreign Key to `my_profile.user_id`.<fk table='my_profile'
            column='user_id'/>
          format: uuid
          type: string
        damaged:
          format: integer
          type: integer
        description:
          format: text
          type: string
        ends_on:
          format: date
          type: string
        expected:
          format: integer
          type: integer
        id:
          description: |-
            Note:
            This is a Primary Key.<pk/>
          format: uuid
          type: string
        instructions:
          format: text
          type: string
        moved:
          format: integer
          type: integer
        name:
          format: character varying
          maxLength: 200
          type: string
        not_found:
          format: integer
          type: integer
        not_found_action:
          format: character varying
          maxLength: 20
          type: string
        out_of_scope:
          format: integer
          type: integer
        pending:
          format: integer
          type: integer
        percent_settled:
          format: numeric
          type: number
        published_at:
          format: timestamp with time zone
          type: string
        published_by:
          format: character varying
          maxLength: 200
          type: string
        published_by_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
        recount_required:
          format: integer
          type: integer
        requires_condition:
          format: boolean
          type: boolean
        requires_geolocation:
          format: boolean
          type: boolean
        requires_not_found_reason:
          format: boolean
          type: boolean
        requires_notes:
          format: boolean
          type: boolean
        requires_photo:
          format: boolean
          type: boolean
        round_number:
          format: character varying
          maxLength: 60
          type: string
        round_type:
          format: character varying
          maxLength: 20
          type: string
        row_version:
          format: bigint
          type: integer
        sample_percent:
          format: numeric
          type: number
        sample_seed:
          format: numeric
          type: number
        sample_size:
          format: integer
          type: integer
        settled_by_closure:
          format: integer
          type: integer
        skipped:
          format: integer
          type: integer
        standing:
          format: text
          type: string
        starts_on:
          format: date
          type: string
        status:
          format: character varying
          maxLength: 20
          type: string
        updated_at:
          format: timestamp with time zone
          type: string
        verified:
          format: integer
          type: integer
        verified_by_walking:
          format: integer
          type: integer
        with_photo:
          format: integer
          type: integer
      type: object

````

## Related topics

- [Root cause and corrective actions](/assets/root-cause.md)
- [Statuses and transitions](/config/statuses.md)
- [Core concepts](/core-concepts.md)
- [Today and Work](/field/today-and-work.md)
- [Building a maintenance plan](/maintenance/plan-builder.md)
