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

# Get Insights

> Retrieve available insights for the authenticated account



## OpenAPI

````yaml /openapi/phrase-studio.json get /v1/insights
openapi: 3.0.3
info:
  title: Studio API
  description: >-
    API for creating projects and reading transcription, translation, and
    dubbing results.
  version: 1.0.0
servers:
  - url: https://api.studio.us.phrase.com
    description: Production US Environment
  - url: https://api.studio.eu.phrase.com
    description: Production EU Environment
security: []
tags:
  - name: Projects
    description: Manage transcription, translation, and dubbing projects
  - name: Recordings
    description: Access recording status and output data
  - name: Subtitle Profiles
    description: Manage subtitle formatting profiles
  - name: Pronunciations
    description: Manage custom pronunciation rules
  - name: Glossaries
    description: Manage translation glossaries
  - name: Insights
    description: Manage AI-powered insight prompts
  - name: Safe Communications
    description: Access safe communication evaluation templates
paths:
  /v1/insights:
    get:
      tags:
        - Insights
      summary: Get Insights
      description: Retrieve available insights for the authenticated account
      operationId: getInsights
      responses:
        '200':
          description: Insights retrieved successfully
          content:
            application/json:
              schema:
                type: object
                properties:
                  data:
                    type: array
                    description: Array of insights
                    items:
                      type: object
                      properties:
                        id:
                          type: string
                          format: uuid
                          description: Insight ID
                        accountId:
                          type: string
                          format: uuid
                          nullable: true
                          description: Account ID (nullable for shared)
                        name:
                          type: string
                          description: Insight name
                        description:
                          type: string
                          description: Insight description
                        active:
                          type: boolean
                          description: Whether this insight is active
                        createdAt:
                          type: string
                          format: date-time
                          description: Creation time
                        updatedAt:
                          type: string
                          format: date-time
                          description: Last update time
                        items:
                          type: array
                          description: Insight items
                          items:
                            type: object
                            properties:
                              id:
                                type: string
                                format: uuid
                              insightId:
                                type: string
                                format: uuid
                              name:
                                type: string
                              content:
                                type: string
                              createdAt:
                                type: string
                                format: date-time
                              updatedAt:
                                type: string
                                format: date-time
                            required:
                              - id
                              - insightId
                              - name
                              - content
                              - createdAt
                              - updatedAt
                      required:
                        - id
                        - name
                        - active
                  pagination:
                    type: object
                    properties:
                      page:
                        type: integer
                      pageSize:
                        type: integer
                      total:
                        type: integer
                      totalPages:
                        type: integer
                    required:
                      - page
                      - pageSize
                      - total
                      - totalPages
              examples:
                example:
                  summary: Sample response
                  value:
                    data:
                      - id: 550e8400-e29b-41d4-a716-446655445001
                        accountId: null
                        name: Earnings Call
                        description: >-
                          Curated prompts to analyze quarterly earnings calls,
                          focusing on growth drivers, risk factors, and
                          forward-looking guidance to inform strategic
                          decisions.
                        active: true
                        createdAt: '2025-09-12T10:59:01.426Z'
                        updatedAt: '2025-09-18T12:55:15.134Z'
                        items:
                          - id: 550e8400-e29b-41d4-a716-446655445103
                            insightId: 550e8400-e29b-41d4-a716-446655445001
                            name: Future Outlook and Strategic Initiatives
                            content: >-
                              Based on this quarter's performance and current
                              market trends, what is the company's outlook for
                              the upcoming quarters? Can you provide more
                              details on any planned strategic initiatives or
                              investments that are expected to drive future
                              growth or improve operational efficiency?
                            createdAt: '2025-09-12T10:59:02.097Z'
                            updatedAt: '2025-09-18T12:55:15.993Z'
                          - id: 550e8400-e29b-41d4-a716-446655445102
                            insightId: 550e8400-e29b-41d4-a716-446655445001
                            name: Challenges and Risk Management
                            content: >-
                              What were the main challenges faced this quarter,
                              and how have they impacted the financial results?
                              Additionally, how is the company addressing these
                              challenges, and what risk management strategies
                              are being implemented to mitigate potential future
                              risks?
                            createdAt: '2025-09-12T10:59:01.958Z'
                            updatedAt: '2025-09-18T12:55:15.822Z'
                          - id: 550e8400-e29b-41d4-a716-446655445101
                            insightId: 550e8400-e29b-41d4-a716-446655445001
                            name: Growth and Revenue Drivers
                            content: >-
                              Can you elaborate on the primary drivers behind
                              this quarter's revenue growth or decline?
                              Specifically, how do factors such as market
                              demand, pricing changes, new customer acquisition,
                              or product/service mix have impacted the earnings
                              results?
                            createdAt: '2025-09-12T10:59:01.827Z'
                            updatedAt: '2025-09-18T12:55:15.650Z'
                      - id: 550e8400-e29b-41d4-a716-446655445002
                        accountId: null
                        name: Company Presentation
                        description: >-
                          Prompts designed to extract actionable insights from
                          company presentations, covering implementation steps,
                          emerging trends, and lessons learned for better
                          execution.
                        active: true
                        createdAt: '2025-09-12T10:59:01.560Z'
                        updatedAt: '2025-09-18T12:55:15.306Z'
                        items:
                          - id: 550e8400-e29b-41d4-a716-446655445203
                            insightId: 550e8400-e29b-41d4-a716-446655445002
                            name: Lessons from Successes and Failures
                            content: >-
                              Can you share a personal experience or a case
                              study where the approach you advocated led to
                              significant outcomes, either successful or
                              otherwise? What were the key lessons learned, and
                              how can these insights inform future strategy or
                              decision-making?
                            createdAt: '2025-09-12T10:59:02.518Z'
                            updatedAt: '2025-09-18T12:55:16.507Z'
                          - id: 550e8400-e29b-41d4-a716-446655445202
                            insightId: 550e8400-e29b-41d4-a716-446655445002
                            name: Future Implications and Trends
                            content: >-
                              From your perspective, how might the trends or
                              innovations you discussed today evolve over the
                              next few years? What do you foresee as the
                              potential long-term impact on our industry, and
                              how should professionals or organizations prepare
                              to adapt?
                            createdAt: '2025-09-12T10:59:02.362Z'
                            updatedAt: '2025-09-18T12:55:16.336Z'
                          - id: 550e8400-e29b-41d4-a716-446655445201
                            insightId: 550e8400-e29b-41d4-a716-446655445002
                            name: Insights on Implementation
                            content: >-
                              Based on the strategies or solutions you
                              presented, could you suggest practical steps for
                              implementation in a [specific context relevant to
                              your field or interest]? How do these steps
                              account for common obstacles or industry-specific
                              challenges?
                            createdAt: '2025-09-12T10:59:02.229Z'
                            updatedAt: '2025-09-18T12:55:16.165Z'
                      - id: 550e8400-e29b-41d4-a716-446655445003
                        accountId: null
                        name: General
                        description: >-
                          Universal analysis prompts to summarize objectives,
                          key arguments, and underlying assumptions for any
                          conversation or meeting context.
                        active: true
                        createdAt: '2025-09-12T10:59:01.692Z'
                        updatedAt: '2025-09-18T12:55:15.478Z'
                        items:
                          - id: 550e8400-e29b-41d4-a716-446655445303
                            insightId: 550e8400-e29b-41d4-a716-446655445003
                            name: Underlying Assumptions and Future Implications
                            content: >-
                              What assumptions were underlying the participants'
                              viewpoints or decisions, and how might these
                              impact future actions or decisions? Are there any
                              potential long-term implications or follow-up
                              actions discussed or implied?
                            createdAt: '2025-09-12T10:59:02.914Z'
                            updatedAt: '2025-09-18T12:55:17.023Z'
                          - id: 550e8400-e29b-41d4-a716-446655445302
                            insightId: 550e8400-e29b-41d4-a716-446655445003
                            name: Key Points and Arguments
                            content: >-
                              What were the main points or arguments presented
                              by each participant? How did these contribute to
                              the progression of the conversation, and were
                              there any pivotal moments or turning points?
                            createdAt: '2025-09-12T10:59:02.782Z'
                            updatedAt: '2025-09-18T12:55:16.850Z'
                          - id: 550e8400-e29b-41d4-a716-446655445301
                            insightId: 550e8400-e29b-41d4-a716-446655445003
                            name: Objective and Outcomes
                            content: >-
                              What were the primary objectives or goals of this
                              conversation? Were these objectives met, and what
                              were the key outcomes or decisions made?
                            createdAt: '2025-09-12T10:59:02.650Z'
                            updatedAt: '2025-09-18T12:55:16.678Z'
                      - id: cf85c4e5-66e3-4f37-a8a1-e0c62b74b32a
                        accountId: e7631985-e50d-424e-beef-6cb536d32c11
                        name: test
                        description: |
                          my test insight
                        active: true
                        createdAt: '2025-11-06T17:15:27.209Z'
                        updatedAt: '2025-11-06T17:15:27.209Z'
                        items:
                          - id: 1b600ac7-088e-46c3-afc7-006c1a63243a
                            insightId: cf85c4e5-66e3-4f37-a8a1-e0c62b74b32a
                            name: this is test prompt
                            content: this is test prompt
                            createdAt: '2025-11-06T17:15:42.018Z'
                            updatedAt: '2025-11-06T17:15:42.018Z'
                    pagination:
                      page: 1
                      pageSize: 4
                      total: 4
                      totalPages: 1
        '401':
          description: Unauthorized (invalid API key)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorResponse'
        '403':
          description: Forbidden (access denied)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorResponse'
        '500':
          description: Internal server error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorResponse'
      security:
        - apiKeyAuth: []
components:
  schemas:
    ErrorResponse:
      type: object
      properties:
        success:
          type: boolean
          example: false
        statusCode:
          type: integer
          example: 400
        message:
          type: string
          example: Bad Request
        timestamp:
          type: string
          format: date-time
          example: '2025-01-01T00:00:00.000Z'
      required:
        - success
        - statusCode
        - message
        - timestamp
  securitySchemes:
    apiKeyAuth:
      type: apiKey
      in: header
      name: X-API-Key

````