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

# Get conversation details

> Retrieves detailed information about a specific conversation, including founder details, pitch information, and recording assets.



## OpenAPI

````yaml /api-reference/specs/integration.yaml get /integrations/candidates/conversations/{conversation_id}
openapi: 3.0.3
info:
  title: Antler Integration API
  version: 1.0.0
  description: API endpoints to retrieve conversation data from Antler.
  x-mint:
    mcp:
      enabled: true
servers:
  - url: https://antler.qode.world/api/v1/
    description: Production
security:
  - apiKeyAuth: []
paths:
  /integrations/candidates/conversations/{conversation_id}:
    get:
      tags:
        - Conversations
      summary: Get conversation details
      description: >-
        Retrieves detailed information about a specific conversation, including
        founder details, pitch information, and recording assets.
      operationId: getConversationDetails
      parameters:
        - name: conversation_id
          in: path
          required: true
          description: The unique identifier of the meeting
          schema:
            type: string
          example: d9e39951-4beb-4108-bb6e-218f8ddf8f65
      responses:
        '200':
          description: Conversation details retrieved successfully
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ConversationDetailsResponse'
              example:
                conversation_id: d9e39951-4beb-4108-bb6e-218f8ddf8f65
                date: '2026-02-04T14:59:10.620Z'
                founder_first_name: John
                founder_last_name: Smith
                founder_name: John Smith
                founder_email: john@example.com
                founder_role: CEO
                founder_phone: '{"+1-555-0100"}'
                founder_linkedin: https://linkedin.com/in/example
                founder_current_location: Ho Chi Minh City, Vietnam
                co_founders:
                  co_founder_1:
                    co_founder_first_name: Jane
                    co_founder_last_name: Doe
                    co_founder_role: CTO
                    co_founder_email: jane@example.com
                    co_founder_linkedin: https://linkedin.com/in/janedoe
                    co_founder_phone: +1-555-0101
                  co_founder_2:
                    co_founder_first_name: Alex
                    co_founder_last_name: Lee
                    co_founder_role: COO
                    co_founder_email: alex@example.com
                    co_founder_linkedin: https://linkedin.com/in/alexlee
                    co_founder_phone: +1-555-0102
                tokenized_link: https://antler.qode.world/interview/abc123
                cohort: SEA-AI-3
                source: Antler
                status: COMPLETED
                ps_summary: >-
                  WeNote, founded by Khanh, addresses social risks by
                  transforming personal notes into structured signals to help
                  individuals recognize behavioral patterns and detect potential
                  social risks. The product is designed for knowledge workers
                  and creators, with unique features like answer capture and
                  pattern detection. Since its launch, WeNote has onboarded
                  around fifty early users, with eleven converting to paid
                  subscriptions. The company monetizes through a subscription
                  model, with plans for premium decision tools and professional
                  plans. Khanh is a solo founder with 100% ownership, and the
                  company is incorporated in the US.
                cap_table: 50/50 co-founders
                pitch_deck: https://example.com/deck.pdf
                elevator_pitch: |-
                  - Transforms notes into structured signals
                  - For knowledge workers and creators
                  - Enhances self-awareness and decision-making
                problem: |-
                  - Core problem: Lack of self-awareness in decision-making
                  - Affects knowledge workers and creators
                  - Leads to repeated mistakes and burnouts
                solution: >-
                  Turns notes into active signals; AI detects patterns and
                  social risks
                traction: 500 users, $10K MRR
                commercial: |-
                  - Monetization: Subscription model
                  - Revenue streams: Premium decision tools, professional plans
                  - Pricing: Tested low-mid double-digit monthly subscription
                market_size: |-
                  - TAM: $100B
                  - SOM: $100M
                  - Focus: Knowledge workers, founders, creators
                why_now: |-
                  - Complex work and life decisions
                  - Passive personal data
                  - Advances in AI for pattern detection
                competition: >-
                  - Competitors: Note-taking apps, journaling apps, productivity
                  tools

                  - Advantage: Real-time capture and structured insights
                why_you: |-
                  - Background: Product thinking and decision-making
                  - Experience: Observed information capture and decision-making
                  - Strong market fit and user understanding
                why_antler: |-
                  - Antler's global network and operator support
                  - Access to founders in SEA market
                fundraising_status: |-
                  - Zero capital raised
                  - No funding received
                availability: 'Yes'
                passport_and_visa: >-
                  American passport; can commute full-time and in person in Ho
                  Chi Minh City
                video_url: https://cdn.example.com/video.mp4
                transcript: |-
                  Tracy: Welcome!...
                  Founder: Thanks...
      security:
        - apiKeyAuth: []
components:
  schemas:
    ConversationDetailsResponse:
      type: object
      properties:
        conversation_id:
          type: string
          description: Unique identifier for the conversation
        date:
          type: string
          format: date-time
          nullable: true
          description: Timestamp of the conversation
        founder_first_name:
          type: string
          nullable: true
          description: First name of the founder
        founder_last_name:
          type: string
          nullable: true
          description: Last name of the founder
        founder_name:
          type: string
          nullable: true
          description: Full name of the founder
        founder_email:
          type: string
          format: email
          nullable: true
          description: Email address of the founder
        founder_role:
          type: string
          nullable: true
          description: Role of the founder
        founder_linkedin:
          type: string
          format: uri
          nullable: true
          description: LinkedIn URL of the founder
        founder_phone:
          type: string
          nullable: true
          description: Founder phone number(s)
        founder_current_location:
          type: string
          nullable: true
          description: Current location of the founder
        co_founders:
          type: object
          nullable: true
          description: >-
            Dynamic object containing co-founder details. Each key is
            `co_founder_1`, `co_founder_2`, etc.
          additionalProperties:
            $ref: '#/components/schemas/CoFounderDetails'
        tokenized_link:
          type: string
          nullable: true
          description: Tokenized interview link for the candidate
        cohort:
          type: string
          nullable: true
          description: Antler cohort identifier
        source:
          type: string
          nullable: true
          description: Source of the application
        status:
          type: string
          nullable: true
          enum:
            - INCOMPLETED
            - PARTIALLY_COMPLETE
            - COMPLETED
          description: Conversation completion status
        ps_summary:
          type: string
          nullable: true
          description: AI-generated summary of the pitch
        cap_table:
          type: string
          nullable: true
          description: Cap table information
        pitch_deck:
          type: string
          format: uri
          nullable: true
          description: URL to the pitch deck
        elevator_pitch:
          type: string
          nullable: true
          description: Elevator pitch description
        problem:
          type: string
          nullable: true
          description: Problem statement
        solution:
          type: string
          nullable: true
          description: Proposed solution
        traction:
          type: string
          nullable: true
          description: Traction metrics
        commercial:
          type: string
          nullable: true
          description: Commercial details
        market_size:
          type: string
          nullable: true
          description: Market size
        why_now:
          type: string
          nullable: true
          description: Market timing rationale
        competition:
          type: string
          nullable: true
          description: Competition analysis
        why_you:
          type: string
          nullable: true
          description: Founder-market fit
        why_antler:
          type: string
          nullable: true
          description: Why the founder wants to join Antler
        fundraising_status:
          type: string
          nullable: true
          description: Fundraising status
        availability:
          type: string
          nullable: true
          description: Founder availability
        passport_and_visa:
          type: string
          nullable: true
          description: Visa information
        video_url:
          type: string
          format: uri
          nullable: true
          description: Video recording URL
        transcript:
          type: string
          nullable: true
          description: Conversation transcript
    CoFounderDetails:
      type: object
      description: Details of a single co-founder
      properties:
        co_founder_first_name:
          type: string
          nullable: true
          description: First name of the co-founder
        co_founder_last_name:
          type: string
          nullable: true
          description: Last name of the co-founder
        co_founder_role:
          type: string
          nullable: true
          description: Role of the co-founder
        co_founder_email:
          type: string
          nullable: true
          description: Email address of the co-founder
        co_founder_linkedin:
          type: string
          format: uri
          nullable: true
          description: LinkedIn URL of the co-founder
        co_founder_phone:
          type: string
          nullable: true
          description: Phone number of the co-founder
  securitySchemes:
    apiKeyAuth:
      type: apiKey
      in: header
      name: x-api-key
      description: API key for authentication

````