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

# جلب ملخصات النصوص حسب المعرّف

> استرداد التفاصيل الموجزة لمعرّف مكالمة معيّن

<ResponseExample>
  ```json Response (200 OK) theme={null}
  {
    "data": [
      {
        "summary_id": "4b0d7883-10fd-4212-9d59-d781bf5434d8",
        "transcript_id": "08dd94d7-ad88-430b-8402-a3cb8d82e80b",
        "call_id": "694bf432dd7f23000124626c",
        "summary": "حققت Aritzia إيرادات صافية تجاوزت مليار دولار في الربع الثالث من السنة المالية 2026، متجاوزةً التوجيهات بزيادة قدرها 43% على أساس سنوي، مدفوعة بنمو قوي في قنوات التجارة الإلكترونية والبيع بالتجزئة.\nأعلنت الشركة عن زيادة بنسبة 58% في مبيعات التجارة الإلكترونية وزيادة بنسبة 35% في مبيعات البيع بالتجزئة. ارتفعت الإيرادات الصافية في الولايات المتحدة بنسبة 54%، مما يُظهر طلباً كبيراً وتوسعاً ملحوظاً.\nتضمنت المبادرات الاستراتيجية افتتاح متاجر جديدة، وإطلاق تطبيق جوال ناجح، واستثمارات تسويقية، مما ساهم في زيادة الوعي بالعلامة التجارية وزخم المبيعات.\nتجاوز إطلاق تطبيق الجوال التوقعات، حيث وصل إلى 1.4 مليون عملية تنزيل، وعزز بشكل كبير التفاعل في التجارة الإلكترونية.\nرفعت الإدارة توجيهات الإيرادات الصافية للسنة المالية 2026 إلى نطاق 3.615 - 3.64 مليار دولار، مع خطط لمزيد من التوسع في الولايات المتحدة ومبادرات رقمية في السنة المالية 2027.\nحافظت الشركة على ميزانية عمومية قوية بمبلغ 620 مليون دولار نقداً وبدون ديون، واستمرت في إعادة شراء الأسهم بموجب برنامج NCIB.\nتخطط Aritzia لمواصلة تحسين استراتيجيات المخزون والتوريد، وتقليل الاعتماد على الصين، والحفاظ على أداء هوامش ربح قوي رغم الضغوط الخارجية.",
        "symbol": "ATZ",
        "sentiment": 0.85,
        "language": "en-US",
        "created_at": "2026-01-09T13:00:29.963428Z",
        "updated_at": "2026-01-09T13:00:29.963428Z"
      },
      {
        "summary_id": "f8890d3f-1c61-40ed-9ed5-2eaed75aa6fa",
        "transcript_id": "52769188-2cea-442b-8140-aaa57b5733bf",
        "call_id": "694bf432dd7f23000124626c",
        "summary": "Aritzia reported record net revenue of $1.04 billion in Q3 fiscal 2026, a 43% increase driven by strong e-commerce and retail performance.\nThe company saw exceptional growth in the United States, with US net revenue increasing by 54%, highlighting strong demand and brand momentum.\nAritzia successfully launched a mobile app, which significantly boosted e-commerce sales and achieved over 1 million downloads shortly after launch.\nThe company opened 13 new and 4 repositioned boutiques, mainly in the US, as part of its real estate expansion strategy, which is yielding exceptional results.\nFuture guidance suggests continued strong performance with Q4 revenue expected to be between $1.1 to $1.125 billion, and fiscal 2026 revenue forecast raised to $3.615 to $3.64 billion.\nAritzia plans to open 12 to 14 new boutiques in fiscal 2027, with a focus on the US market, and will also invest in infrastructure, including a second US distribution center.\nManagement expressed confidence in achieving fiscal 2027 revenue targets ahead of schedule, supported by strategic marketing investments and digital growth initiatives.",
        "symbol": "ATZ",
        "sentiment": 0.85,
        "language": "en-US",
        "created_at": "2026-01-09T13:00:25.721386Z",
        "updated_at": "2026-01-09T13:00:25.721386Z"
      }
    ],
    "message": "Successfully fetched summaries",
    "pagination": {
      "hits": 16110,
      "page": 1,
      "page_count": 1611,
      "page_size": 2
    }
  }
  ```

  ```json Response (400 Bad Request) theme={null}
  {
    "ok": false,
    "errors": [
      {
        "code": "bad_request",
        "id": "invalid_parameter",
        "value": "معامل search_keys_type غير صالح"
      }
    ]
  }
  ```

  ```json Response (401 Unauthorized) theme={null}
  {
    "ok": false,
    "errors": [
      {
        "code": "auth_failed",
        "id": "unauthorized",
        "value": "رمز الوصول غير صالح أو مفقود"
      }
    ]
  }
  ```

  ```json Response (404 Not Found) theme={null}
  {
    "ok": false,
    "errors": [
      {
        "code": "no_data_found",
        "id": "not_found",
        "value": "لم يتم العثور على شعارات للمفتاح المحدد"
      }
    ]
  }
  ```

  ```json Response (500 Internal Server Error) theme={null}
  {
    "ok": false,
    "errors": [
      {
        "code": "internal_server_error",
        "id": "server_error",
        "value": "حدث خطأ غير متوقع أثناء معالجة الطلب"
      }
    ]
  }
  ```
</ResponseExample>


## OpenAPI

````yaml ar/openapi/delivery_api.spec.yml GET /api/v1/transcripts/summaries/{call_id}
openapi: 3.0.0
info:
  contact: {}
  description: >-
    توفر واجهة برمجة تطبيقات REST هذه نقاط نهاية لاسترجاع مكالمات المؤتمرات
    وملخصاتها.
  termsOfService: http://swagger.io/terms/
  title: Conference call transcripts
  version: 2.1.0
servers:
  - url: https://api.benzinga.com
    description: الإنتاج
security: []
paths:
  /api/v1/transcripts/summaries/{call_id}:
    get:
      tags:
        - summaries
      summary: استرجاع الملخص باستخدام معرّف المكالمة
      description: استرداد التفاصيل الموجزة لمعرّف مكالمة معيّن
      operationId: get-summary-by-call-id
      parameters:
        - description: المعرّف الفريد للمكالمة المرتبطة بهذا الملخّص
          in: path
          name: call_id
          required: true
          schema:
            type: string
      responses:
        '200':
          description: موافق
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/domain.Summaries'
        '404':
          description: غير موجود
          content:
            application/json:
              schema:
                additionalProperties:
                  type: string
                type: object
        '500':
          description: خطأ داخلي في الخادم
          content:
            application/json:
              schema:
                additionalProperties:
                  type: string
                type: object
      security:
        - ApiKeyAuth: []
components:
  schemas:
    domain.Summaries:
      properties:
        call_id:
          example: 770e8400-e29b-41d4-a716-446655440000
          type: string
        created_at:
          type: string
        deleted_at:
          type: string
        language:
          example: en
          type: string
        sentiment:
          example: 0.85
          type: number
        summary:
          example: The company reported positive growth...
          type: string
        summary_id:
          example: 550e8400-e29b-41d4-a716-446655440000
          type: string
        symbol:
          example: MSFT
          type: string
        transcript_id:
          example: 660e8400-e29b-41d4-a716-446655440000
          type: string
        updated_at:
          type: string
      type: object
  securitySchemes:
    ApiKeyAuth:
      in: query
      name: token
      type: apiKey

````