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

# Get appointment message thread



## OpenAPI

````yaml /generated/api-reference/openapi.json get /portal/appointments/{appointmentId}/thread
openapi: 3.0.0
info:
  title: Yardo Public API
  description: >-
    Public and partner-facing Yardo API surface for carrier portal and driver
    check-in flows.
  version: 0.1.0
  contact: {}
servers: []
security: []
tags:
  - name: Carrier Portal
  - name: Public Check-In
paths:
  /portal/appointments/{appointmentId}/thread:
    get:
      tags:
        - Carrier Portal
      summary: Get appointment message thread
      operationId: PortalAppointmentThreadController_getThread
      parameters:
        - name: appointmentId
          required: true
          in: path
          schema:
            type: string
        - name: scope
          required: true
          in: query
          schema:
            type: string
        - name: carrierId
          required: true
          in: query
          schema:
            type: string
        - name: since
          required: true
          in: query
          schema:
            type: string
      responses:
        '200':
          description: ''
      security:
        - bearer: []
components:
  securitySchemes:
    bearer:
      scheme: bearer
      bearerFormat: JWT
      type: http

````