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

# Get Integration Status

> Get status of provider integrations (for platform owner monitoring).



## OpenAPI

````yaml https://api.mrassistant.ai/openapi.json get /voice-services/integration-status
openapi: 3.1.0
info:
  title: Backend - Multilingual Voice Agent System
  description: FastAPI backend for multilingual voice agents with tool use
  version: 1.0.0
servers: []
security: []
paths:
  /voice-services/integration-status:
    get:
      tags:
        - voice-services
      summary: Get Integration Status
      description: Get status of provider integrations (for platform owner monitoring).
      operationId: get_integration_status_voice_services_integration_status_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
      security:
        - HTTPBearer: []
components:
  securitySchemes:
    HTTPBearer:
      type: http
      scheme: bearer

````