openapi: 3.1.0 info: title: Cisco Webex Meetings Invitees Transcripts API description: 'The Webex Meetings API enables scheduling, updating, deleting, and listing of Webex meetings. Endpoints support recurring meetings, meeting templates, invitees, recordings, transcripts, and host delegation. Authentication uses OAuth 2.0 bearer tokens or personal access tokens issued through the Webex Developer Portal. ' version: 1.0.0 contact: name: Webex for Developers url: https://developer.webex.com/docs/api/v1/meetings servers: - url: https://webexapis.com/v1 description: Webex APIs security: - bearerAuth: [] tags: - name: Transcripts paths: /meetingTranscripts: get: tags: - Transcripts summary: List meeting transcripts operationId: listMeetingTranscripts parameters: - in: query name: meetingId schema: type: string - in: query name: hostEmail schema: type: string format: email - in: query name: max schema: type: integer responses: '200': description: A list of transcripts components: securitySchemes: bearerAuth: type: http scheme: bearer bearerFormat: OAuth2-Access-Token