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

# How this organisation's notifications leave the building, with the credential described rather than disclosed.



## OpenAPI

````yaml /api-reference/openapi.json get /notification_channels
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:
  /notification_channels:
    get:
      tags:
        - Channels
      summary: >-
        How this organisation's notifications leave the building, with the
        credential described rather than disclosed.
      parameters:
        - $ref: '#/components/parameters/rowFilter.notification_channels.channel'
        - $ref: '#/components/parameters/rowFilter.notification_channels.mode'
        - $ref: >-
            #/components/parameters/rowFilter.notification_channels.provider_code
        - $ref: '#/components/parameters/rowFilter.notification_channels.host'
        - $ref: '#/components/parameters/rowFilter.notification_channels.port'
        - $ref: '#/components/parameters/rowFilter.notification_channels.tls_mode'
        - $ref: '#/components/parameters/rowFilter.notification_channels.from_name'
        - $ref: '#/components/parameters/rowFilter.notification_channels.from_address'
        - $ref: >-
            #/components/parameters/rowFilter.notification_channels.reply_to_address
        - $ref: '#/components/parameters/rowFilter.notification_channels.sender_id'
        - $ref: '#/components/parameters/rowFilter.notification_channels.monthly_cap'
        - $ref: >-
            #/components/parameters/rowFilter.notification_channels.sent_this_month
        - $ref: '#/components/parameters/rowFilter.notification_channels.status'
        - $ref: >-
            #/components/parameters/rowFilter.notification_channels.fallback_to_system
        - $ref: '#/components/parameters/rowFilter.notification_channels.verified_at'
        - $ref: '#/components/parameters/rowFilter.notification_channels.last_error'
        - $ref: >-
            #/components/parameters/rowFilter.notification_channels.last_error_at
        - $ref: >-
            #/components/parameters/rowFilter.notification_channels.last_success_at
        - $ref: '#/components/parameters/rowFilter.notification_channels.username'
        - $ref: >-
            #/components/parameters/rowFilter.notification_channels.credential_hint
        - $ref: >-
            #/components/parameters/rowFilter.notification_channels.has_credential
        - $ref: >-
            #/components/parameters/rowFilter.notification_channels.credential_set_at
        - $ref: >-
            #/components/parameters/rowFilter.notification_channels.credential_set_by_name
        - $ref: >-
            #/components/parameters/rowFilter.notification_channels.credential_last_used_at
        - $ref: >-
            #/components/parameters/rowFilter.notification_channels.last_test_status
        - $ref: >-
            #/components/parameters/rowFilter.notification_channels.last_test_recipient
        - $ref: >-
            #/components/parameters/rowFilter.notification_channels.last_test_detail
        - $ref: >-
            #/components/parameters/rowFilter.notification_channels.last_test_transport
        - $ref: '#/components/parameters/rowFilter.notification_channels.last_test_at'
        - $ref: '#/components/parameters/rowFilter.notification_channels.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/notification_channels'
                type: array
            application/vnd.pgrst.object+json:
              schema:
                items:
                  $ref: '#/components/schemas/notification_channels'
                type: array
            application/vnd.pgrst.object+json;nulls=stripped:
              schema:
                items:
                  $ref: '#/components/schemas/notification_channels'
                type: array
            text/csv:
              schema:
                items:
                  $ref: '#/components/schemas/notification_channels'
                type: array
          description: OK
        '206':
          description: Partial Content
components:
  parameters:
    rowFilter.notification_channels.channel:
      in: query
      name: channel
      required: false
      schema:
        type: string
    rowFilter.notification_channels.mode:
      in: query
      name: mode
      required: false
      schema:
        type: string
    rowFilter.notification_channels.provider_code:
      in: query
      name: provider_code
      required: false
      schema:
        type: string
    rowFilter.notification_channels.host:
      in: query
      name: host
      required: false
      schema:
        type: string
    rowFilter.notification_channels.port:
      in: query
      name: port
      required: false
      schema:
        type: string
    rowFilter.notification_channels.tls_mode:
      in: query
      name: tls_mode
      required: false
      schema:
        type: string
    rowFilter.notification_channels.from_name:
      in: query
      name: from_name
      required: false
      schema:
        type: string
    rowFilter.notification_channels.from_address:
      in: query
      name: from_address
      required: false
      schema:
        type: string
    rowFilter.notification_channels.reply_to_address:
      in: query
      name: reply_to_address
      required: false
      schema:
        type: string
    rowFilter.notification_channels.sender_id:
      in: query
      name: sender_id
      required: false
      schema:
        type: string
    rowFilter.notification_channels.monthly_cap:
      in: query
      name: monthly_cap
      required: false
      schema:
        type: string
    rowFilter.notification_channels.sent_this_month:
      in: query
      name: sent_this_month
      required: false
      schema:
        type: string
    rowFilter.notification_channels.status:
      in: query
      name: status
      required: false
      schema:
        type: string
    rowFilter.notification_channels.fallback_to_system:
      in: query
      name: fallback_to_system
      required: false
      schema:
        type: string
    rowFilter.notification_channels.verified_at:
      in: query
      name: verified_at
      required: false
      schema:
        type: string
    rowFilter.notification_channels.last_error:
      in: query
      name: last_error
      required: false
      schema:
        type: string
    rowFilter.notification_channels.last_error_at:
      in: query
      name: last_error_at
      required: false
      schema:
        type: string
    rowFilter.notification_channels.last_success_at:
      in: query
      name: last_success_at
      required: false
      schema:
        type: string
    rowFilter.notification_channels.username:
      in: query
      name: username
      required: false
      schema:
        type: string
    rowFilter.notification_channels.credential_hint:
      in: query
      name: credential_hint
      required: false
      schema:
        type: string
    rowFilter.notification_channels.has_credential:
      in: query
      name: has_credential
      required: false
      schema:
        type: string
    rowFilter.notification_channels.credential_set_at:
      in: query
      name: credential_set_at
      required: false
      schema:
        type: string
    rowFilter.notification_channels.credential_set_by_name:
      in: query
      name: credential_set_by_name
      required: false
      schema:
        type: string
    rowFilter.notification_channels.credential_last_used_at:
      in: query
      name: credential_last_used_at
      required: false
      schema:
        type: string
    rowFilter.notification_channels.last_test_status:
      in: query
      name: last_test_status
      required: false
      schema:
        type: string
    rowFilter.notification_channels.last_test_recipient:
      in: query
      name: last_test_recipient
      required: false
      schema:
        type: string
    rowFilter.notification_channels.last_test_detail:
      in: query
      name: last_test_detail
      required: false
      schema:
        type: string
    rowFilter.notification_channels.last_test_transport:
      in: query
      name: last_test_transport
      required: false
      schema:
        type: string
    rowFilter.notification_channels.last_test_at:
      in: query
      name: last_test_at
      required: false
      schema:
        type: string
    rowFilter.notification_channels.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:
    notification_channels:
      description: >-
        How this organisation's notifications leave the building, with the
        credential described rather than disclosed.
      properties:
        channel:
          format: character varying
          maxLength: 20
          type: string
        credential_hint:
          format: character varying
          maxLength: 12
          type: string
        credential_last_used_at:
          format: timestamp with time zone
          type: string
        credential_set_at:
          format: timestamp with time zone
          type: string
        credential_set_by_name:
          format: character varying
          maxLength: 200
          type: string
        fallback_to_system:
          format: boolean
          type: boolean
        from_address:
          format: character varying
          maxLength: 320
          type: string
        from_name:
          format: character varying
          maxLength: 150
          type: string
        has_credential:
          format: boolean
          type: boolean
        host:
          format: text
          type: string
        last_error:
          format: text
          type: string
        last_error_at:
          format: timestamp with time zone
          type: string
        last_success_at:
          format: timestamp with time zone
          type: string
        last_test_at:
          format: timestamp with time zone
          type: string
        last_test_detail:
          format: text
          type: string
        last_test_recipient:
          format: text
          type: string
        last_test_status:
          format: character varying
          maxLength: 20
          type: string
        last_test_transport:
          format: character varying
          maxLength: 20
          type: string
        mode:
          format: character varying
          maxLength: 20
          type: string
        monthly_cap:
          format: integer
          type: integer
        port:
          format: integer
          type: integer
        provider_code:
          format: character varying
          maxLength: 30
          type: string
        reply_to_address:
          format: character varying
          maxLength: 320
          type: string
        row_version:
          format: bigint
          type: integer
        sender_id:
          format: character varying
          maxLength: 20
          type: string
        sent_this_month:
          format: integer
          type: integer
        status:
          format: character varying
          maxLength: 20
          type: string
        tls_mode:
          format: text
          type: string
        username:
          format: character varying
          maxLength: 320
          type: string
        verified_at:
          format: timestamp with time zone
          type: string
      type: object

````

## Related topics

- [Notifications](/config/notifications.md)
- [Building a maintenance plan](/maintenance/plan-builder.md)
- [Reports](/analytics/reports.md)
- [Approval workflows](/config/workflows.md)
- [Copilot activity](/analytics/copilot.md)
