> ## 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 API key issues

> Get list of all current API key issues that need admin attention. **Requires admin authentication.**



## OpenAPI

````yaml https://api.mrassistant.ai/openapi.json get /admin/api-keys/issues
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:
  /admin/api-keys/issues:
    get:
      tags:
        - Admin - API Keys
      summary: Get API key issues
      description: >-
        Get list of all current API key issues that need admin attention.
        **Requires admin authentication.**
      operationId: get_api_key_issues_admin_api_keys_issues_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
      security:
        - HTTPBearer: []
components:
  securitySchemes:
    HTTPBearer:
      type: http
      scheme: bearer

````