> ## Documentation Index
> Fetch the complete documentation index at: https://leadping.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Get business outbound delivery overview

> Returns current-business outbound capacity, scheduled work, and pacing decisions used to control lead communication delivery.



## OpenAPI

````yaml /openapi.json get /outbound/overview
openapi: 3.0.4
info:
  title: Leadping API
  description: >-
    Leadping API for lead intake, messaging, calling, automations, billing,
    business settings, and compliant lead communication workflows.
  license:
    name: MIT
    url: https://opensource.org/licenses/MIT
  version: v1
servers:
  - url: https://api.leadping.ai
    description: Production
security: []
tags:
  - name: Analytics
  - name: Automations
  - name: Contact
  - name: Conversations
  - name: Dispositions
  - name: Feedback
  - name: Leads
  - name: LeadStatuses
  - name: Notifications
  - name: OutboundDelivery
  - name: Sources
  - name: Suppressions
  - name: Tags
  - name: Users
  - name: Calls
  - name: PhoneNumbers
  - name: Sms
  - name: Telephony
  - name: UserDataExports
  - name: CallEvents
  - name: Events
  - name: SmsEvents
  - name: Businesses
  - name: PaymentMethods
  - name: Transactions
  - name: Usage
  - name: Wallets
paths:
  /outbound/overview:
    get:
      tags:
        - OutboundDelivery
      summary: Get business outbound delivery overview
      description: >-
        Returns current-business outbound capacity, scheduled work, and pacing
        decisions used to control lead communication delivery.
      operationId: OutboundDelivery_GetCurrentBusinessOverview
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/OutboundCapacityOverview'
                description: Represents outbound capacity overview data used by Leadping.
        '401':
          description: Unauthorized
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ProblemDetails'
components:
  schemas:
    OutboundCapacityOverview:
      type: object
      properties:
        smsCapacityRemainingToday:
          pattern: ^-?(?:0|[1-9]\d*)$
          description: >-
            SMS capacity remaining today for the applicable messaging or voice
            capacity window.
          format: int32
        voiceCapacityRemainingToday:
          pattern: ^-?(?:0|[1-9]\d*)$
          description: >-
            Voice capacity remaining today for the applicable messaging or voice
            capacity window.
          format: int32
        healthyPhoneNumbers:
          pattern: ^-?(?:0|[1-9]\d*)$
          description: >-
            Number of healthy phone numbers represented by this Leadping
            outbound capacity overview.
          format: int32
        limitedPhoneNumbers:
          pattern: ^-?(?:0|[1-9]\d*)$
          description: >-
            Number of limited phone numbers represented by this Leadping
            outbound capacity overview.
          format: int32
        coolingPhoneNumbers:
          pattern: ^-?(?:0|[1-9]\d*)$
          description: >-
            Number of cooling phone numbers represented by this Leadping
            outbound capacity overview.
          format: int32
        scheduledCount:
          pattern: ^-?(?:0|[1-9]\d*)$
          description: >-
            Total number of scheduled records represented by this Leadping
            outbound capacity overview.
          format: int32
        blockedCount:
          pattern: ^-?(?:0|[1-9]\d*)$
          description: >-
            Total number of blocked records represented by this Leadping
            outbound capacity overview.
          format: int32
        phoneNumbers:
          type: array
          items:
            allOf:
              - $ref: '#/components/schemas/OutboundPhoneNumberCapacity'
            description: Represents outbound phone number capacity data used by Leadping.
          description: >-
            Collection of phone numbers included with this Leadping outbound
            capacity overview.
        recentDecisions:
          type: array
          items:
            allOf:
              - $ref: '#/components/schemas/OutboundQueueItem'
            description: Represents outbound queue item data used by Leadping.
          description: >-
            Collection of recent decisions included with this Leadping outbound
            capacity overview.
      description: Represents outbound capacity overview data used by Leadping.
    ProblemDetails:
      type: object
      properties:
        type:
          type: string
          description: URI reference that identifies the problem type.
          nullable: true
        title:
          type: string
          description: Short, human-readable summary of the problem.
          nullable: true
        status:
          pattern: ^-?(?:0|[1-9]\d*)$
          description: HTTP status code returned for the problem.
          format: int32
          nullable: true
        detail:
          type: string
          description: >-
            Human-readable explanation specific to this occurrence of the
            problem.
          nullable: true
        instance:
          type: string
          description: >-
            URI reference that identifies this specific occurrence of the
            problem.
          nullable: true
    OutboundPhoneNumberCapacity:
      type: object
      properties:
        capacityAvailable:
          type: boolean
          description: >-
            Indicates whether Leadping successfully calculated capacity for this
            phone number.
        phoneNumberId:
          type: string
          description: >-
            Unique identifier of the phone number associated with this Leadping
            outbound phone number capacity.
          nullable: true
        phoneNumber:
          type: string
          description: >-
            Phone number associated with this Leadping outbound phone number
            capacity.
          nullable: true
        healthStatus:
          allOf:
            - $ref: '#/components/schemas/PhoneNumberOutboundHealthStatus'
          description: >-
            Current health status for this Leadping outbound phone number
            capacity.
        smsRemainingToday:
          pattern: ^-?(?:0|[1-9]\d*)$
          description: >-
            SMS remaining today for the applicable messaging or voice capacity
            window.
          format: int32
        smsUsedToday:
          pattern: ^-?(?:0|[1-9]\d*)$
          description: >-
            SMS used today for the applicable messaging or voice capacity
            window.
          format: int32
        smsLimitToday:
          pattern: ^-?(?:0|[1-9]\d*)$
          description: >-
            Number of SMS limit today represented by this Leadping outbound
            phone number capacity.
          format: int32
        smsDailyResetsAt:
          type: string
          description: Next midnight Eastern time, when SMS daily capacity resets.
          format: date-time
          nullable: true
        smsRemainingThisHour:
          pattern: ^-?(?:0|[1-9]\d*)$
          description: >-
            SMS remaining this hour for the applicable messaging or voice
            capacity window.
          format: int32
        smsUsedThisHour:
          pattern: ^-?(?:0|[1-9]\d*)$
          description: >-
            SMS used this hour for the applicable messaging or voice capacity
            window.
          format: int32
        smsLimitThisHour:
          pattern: ^-?(?:0|[1-9]\d*)$
          description: >-
            Number of SMS limit this hour represented by this Leadping outbound
            phone number capacity.
          format: int32
        smsHourlyResetsAt:
          type: string
          description: >-
            Start of the next Eastern time hour, when SMS hourly capacity
            resets.
          format: date-time
          nullable: true
        voiceRemainingToday:
          pattern: ^-?(?:0|[1-9]\d*)$
          description: >-
            Voice remaining today for the applicable messaging or voice capacity
            window.
          format: int32
        voiceUsedToday:
          pattern: ^-?(?:0|[1-9]\d*)$
          description: >-
            Voice used today for the applicable messaging or voice capacity
            window.
          format: int32
        voiceLimitToday:
          pattern: ^-?(?:0|[1-9]\d*)$
          description: >-
            Voice limit today associated with this Leadping outbound phone
            number capacity.
          format: int32
        voiceDailyResetsAt:
          type: string
          description: Next midnight Eastern time, when voice daily capacity resets.
          format: date-time
          nullable: true
        voiceRemainingThisHour:
          pattern: ^-?(?:0|[1-9]\d*)$
          description: >-
            Voice remaining this hour for the applicable messaging or voice
            capacity window.
          format: int32
        voiceUsedThisHour:
          pattern: ^-?(?:0|[1-9]\d*)$
          description: >-
            Voice used this hour for the applicable messaging or voice capacity
            window.
          format: int32
        voiceLimitThisHour:
          pattern: ^-?(?:0|[1-9]\d*)$
          description: >-
            Voice limit this hour associated with this Leadping outbound phone
            number capacity.
          format: int32
        voiceHourlyResetsAt:
          type: string
          description: >-
            Start of the next Eastern time hour, when voice hourly capacity
            resets.
          format: date-time
          nullable: true
      description: Represents outbound phone number capacity data used by Leadping.
    OutboundQueueItem:
      type: object
      properties:
        id:
          type: string
          description: Unique Leadping identifier for the outbound queue item.
          nullable: true
        channel:
          allOf:
            - $ref: '#/components/schemas/OutboundDeliveryChannel'
          description: Channel classification for this Leadping outbound queue item.
        source:
          allOf:
            - $ref: '#/components/schemas/OutboundDeliverySource'
          description: Source classification for this Leadping outbound queue item.
        status:
          allOf:
            - $ref: '#/components/schemas/OutboundDeliveryStatus'
          description: Current status for this Leadping outbound queue item.
        reasonCode:
          enum:
            - allowed
            - no_eligible_phone_number
            - ten_dlc_not_approved
            - phone_number_daily_limit_reached
            - phone_number_hourly_limit_reached
            - phone_number_minute_limit_reached
            - business_daily_limit_reached
            - business_hourly_limit_reached
            - business_minute_limit_reached
            - lead_daily_limit_reached
            - lead_hourly_limit_reached
            - lead_recently_contacted
            - lead_archived
            - quiet_hours
            - wallet_insufficient
            - contact_opted_out
            - imported_lead_requires_consent
            - automation_bulk_import_disabled
            - number_cooling_down
            - number_health_blocked
            - provider_failure_backoff
            - campaign_daily_limit_reached
            - reservation_unavailable
          type: string
          description: Structured reason codes for outbound pacing and blocking decisions.
          nullable: true
        reason:
          type: string
          description: >-
            Human-readable explanation for the current outbound queue item
            outcome.
          nullable: true
        scheduledSendAt:
          type: string
          description: >-
            Date and time when this Leadping outbound queue item was scheduled
            send.
          format: date-time
          nullable: true
        phoneNumber:
          type: string
          description: Phone number associated with this Leadping outbound queue item.
          nullable: true
      description: Represents outbound queue item data used by Leadping.
    PhoneNumberOutboundHealthStatus:
      enum:
        - unknown
        - new
        - healthy
        - warmup
        - limited
        - cooling_down
        - suspended
        - disabled
      type: string
      description: Defines phone-number outbound health states used by pacing.
    OutboundDeliveryChannel:
      enum:
        - sms
        - voice
        - email
        - webhook
        - internal_notification
      type: string
      description: Defines outbound delivery channels protected by delivery control.
    OutboundDeliverySource:
      enum:
        - manual
        - automation
        - campaign
        - import
        - api
        - system_notification
        - warmup
        - retry
      type: string
      description: Defines the source that requested outbound delivery.
    OutboundDeliveryStatus:
      enum:
        - pending
        - scheduled
        - reserved
        - sending
        - sent
        - failed
        - skipped
        - blocked
        - cancelled
      type: string
      description: Defines durable outbound delivery request statuses.

````