Webex Recordings API

The Recordings API from Webex — 11 operation(s) for recordings.

OpenAPI Specification

webex-recordings-api-openapi.yml Raw ↑
openapi: 3.0.0
info:
  title: Webex Admin Address Book Recordings API
  version: 1.0.0
  description: The Webex Admin APIs provide comprehensive programmatic access to administrative functions for managing Webex organizations, users, licenses, and settings. These APIs enable automation of user provisioning, license assignment, compliance management, and audit event retrieval. Administrators can integrate with enterprise identity systems, enforce security policies, monitor usage, and streamline onboarding/offboarding processes. The APIs support granular control over organizational resources, making them ideal for large-scale deployments and custom admin tooling.
tags:
- name: Recordings
paths:
  /recordings:
    get:
      responses:
        '200':
          description: OK
          headers:
            Link:
              schema:
                type: string
          content:
            application/json;charset=UTF-8:
              schema:
                type: object
                properties:
                  items:
                    type: array
                    items:
                      $ref: '#/components/schemas/RecordingObject'
                    description: An array of recording objects.
              example:
                items:
                - id: 4f914b1dfe3c4d11a61730f18c0f5387
                  meetingId: f91b6edce9864428af084977b7c68291_I_166641849979635652
                  scheduledMeetingId: f91b6edce9864428af084977b7c68291_20200713T121500Z
                  meetingSeriesId: f91b6edce9864428af084977b7c68291
                  topic: Example Topic
                  createTime: '2020-07-13T17:11:35Z'
                  timeRecorded: '2020-07-13T17:05:35Z'
                  siteUrl: site4-example.webex.com
                  downloadUrl: https://site4-example.webex.com/site4/lsr.php?RCID=b91990e37417bda24986e46cf43345ab
                  playbackUrl: https://site4-example.webex.com/site4/ldr.php?RCID=69201a61d1d94a84aca18817261d1a73
                  password: '********'
                  format: ARF
                  serviceType: MeetingCenter
                  durationSeconds: 18416
                  sizeBytes: 168103
                  shareToMe: false
                  integrationTags:
                  - dbaeceebea5c4a63ac9d5ef1edfe36b9
                  - 85e1d6319aa94c0583a6891280e3437d
                  - 27226d1311b947f3a68d6bdf8e4e19a1
                  status: available
                - id: 3324fb76946249cfa07fc30b3ccbf580
                  meetingId: f91b6edce9864428af084977b7c68291_I_166641849979635652
                  scheduledMeetingId: f91b6edce9864428af084977b7c68291_20200713T121500Z
                  meetingSeriesId: f91b6edce9864428af084977b7c68291
                  topic: Example Topic
                  createTime: '2020-07-13T17:11:34Z'
                  timeRecorded: '2020-07-13T17:05:35Z'
                  siteUrl: site4-example.webex.com
                  downloadUrl: https://site4-example.webex.com/site4/lsr.php?RCID=8a763939dec1fa26c565700d628fcb98
                  playbackUrl: https://site4-example.webex.com/site4/ldr.php?RCID=b05e9c4f773745e7b88725cc97bc3161
                  password: '********'
                  format: ARF
                  serviceType: MeetingCenter
                  durationSeconds: 181562
                  sizeBytes: 199134
                  shareToMe: false
                  integrationTags:
                  - dbaeceebea5c4a63ac9d5ef1edfe36b9
                  - 85e1d6319aa94c0583a6891280e3437d
                  - 27226d1311b947f3a68d6bdf8e4e19a1
                  status: available
                - id: 42b80117a2a74dcf9863bf06264f8075
                  meetingId: f91b6edce9864428af084977b7c68291_I_166641849979635652
                  scheduledMeetingId: f91b6edce9864428af084977b7c68291_20200713T121500Z
                  meetingSeriesId: f91b6edce9864428af084977b7c68291
                  topic: Example Topic
                  createTime: '2020-07-13T17:11:33Z'
                  timeRecorded: '2020-07-13T17:05:35Z'
                  siteUrl: site4-example.webex.com
                  downloadUrl: https://site4-example.webex.com/site4/lsr.php?RCID=0edd48adbb183e7da97884a0a984e877
                  playbackUrl: https://site4-example.webex.com/site4/ldr.php?RCID=b64b28ebf70e4645954420c295a9fcad
                  password: '********'
                  format: ARF
                  serviceType: MeetingCenter
                  durationSeconds: 181562
                  sizeBytes: 199134
                  shareToMe: true
                  integrationTags:
                  - dbaeceebea5c4a63ac9d5ef1edfe36b9
                  - 85e1d6319aa94c0583a6891280e3437d
                  - 27226d1311b947f3a68d6bdf8e4e19a1
                  status: available
        '400':
          description: 'Bad Request: The request was invalid or cannot be otherwise served. An accompanying error message will explain further.'
        '401':
          description: 'Unauthorized: Authentication credentials were missing or incorrect.'
        '403':
          description: 'Forbidden: The request is understood, but it has been refused or access is not allowed.'
        '404':
          description: 'Not Found: The URI requested is invalid or the resource requested, such as a user, does not exist. Also returned when the requested format is not supported by the requested method.'
        '405':
          description: 'Method Not Allowed: The request was made to a resource using an HTTP request method that is not supported.'
        '409':
          description: 'Conflict: The request could not be processed because it conflicts with some established rule of the system. For example, a person may not be added to a room more than once.'
        '410':
          description: 'Gone: The requested resource is no longer available.'
        '415':
          description: 'Unsupported Media Type: The request was made to a resource without specifying a media type or used a media type that is not supported.'
        '423':
          description: 'Locked: The requested resource is temporarily unavailable. A Retry-After header may be present that specifies how many seconds you need to wait before attempting the request again.'
        '428':
          description: 'Precondition Required: File(s) cannot be scanned for malware and need to be force downloaded.'
        '429':
          description: 'Too Many Requests: Too many requests have been sent in a given amount of time and the request has been rate limited. A Retry-After header should be present that specifies how many seconds you need to wait before a successful request can be made.'
        '500':
          description: 'Internal Server Error: Something went wrong on the server. If the issue persists, feel free to contact the [Webex Developer Support team](/explore/support).'
        '502':
          description: 'Bad Gateway: The server received an invalid response from an upstream server while processing the request. Try again later.'
        '503':
          description: 'Service Unavailable: Server is overloaded with requests. Try again later.'
        '504':
          description: 'Gateway Timeout: An upstream server failed to respond on time. If your query uses max parameter, please try to reduce it.'
      summary: List Recordings
      operationId: listRecordings
      description: 'Lists recordings. You can specify a date range, a parent meeting ID, and the maximum number of recordings to return.


        Only recordings of meetings hosted by or shared with the authenticated user will be listed.


        The list returned is sorted in descending order by the date and time that the recordings were created.


        Long result sets are split into [pages](/docs/basics#pagination).


        * If `meetingId` is specified, only recordings associated with the specified meeting will be listed. **NOTE**: when `meetingId` is specified, parameter of `siteUrl` will be ignored.


        * If `siteUrl` is specified, recordings of the specified site will be listed; otherwise, the API lists recordings of all the user''s sites. All available Webex sites and preferred site of the user can be retrieved by [Get Site List](/docs/api/v1/meeting-preferences/get-site-list) API.


        #### Request Header


        * `timezone`: *[Time zone](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List) in conformance with the [IANA time zone database](https://www.iana.org/time-zones). The default is UTC if `timezone` is not defined.*'
      tags:
      - Recordings
      parameters:
      - name: max
        in: query
        description: Maximum number of recordings to return in a single page. `max` must be equal to or greater than `1` and equal to or less than `100`.
        schema:
          type: number
          default: 10
      - name: from
        in: query
        description: Starting date and time (inclusive) for recordings to return, in any [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) compliant format. `from` cannot be after `to`.
        example: '2020-07-12T09:30:00+08:00'
        schema:
          type: string
          default: If only `to` is specified, the default `from` value is 7 days before `to`; if no `to` or `from` is specified, the default `from` value is 7 days before the current date and time.
      - name: to
        in: query
        description: Ending date and time (exclusive) for List recordings to return, in any [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) compliant format. `to` cannot be before `from`.
        example: '2020-07-31T09:30:00+08:00'
        schema:
          type: string
          default: If `from` is specified, the default value is 7 days after `from`; if `from` is not specified, the default value is the current date and time.
      - name: meetingId
        in: query
        description: Unique identifier for the parent meeting series, scheduled meeting, or meeting instance for which recordings are being requested. If a meeting series ID is specified, the operation returns an array of recordings for the specified meeting series. If a scheduled meeting ID is specified, the operation returns an array of recordings for the specified scheduled meeting. If a meeting instance ID is specified, the operation returns an array of recordings for the specified meeting instance. If no ID is specified, the operation returns an array of recordings for all meetings of the current user. When `meetingId` is specified, the `siteUrl` parameter is ignored.
        example: f91b6edce9864428af084977b7c68291_I_166641849979635652
        schema:
          type: string
      - name: hostEmail
        in: query
        description: Email address for the meeting host. This parameter is only used if the user or application calling the API has the required [admin-level meeting scopes](/docs/meetings#adminorganization-level-authentication-and-scopes). If set, the admin may specify the email of a user in a site they manage and the API will return recordings of that user.
        example: john.andersen@example.com
        schema:
          type: string
      - name: siteUrl
        in: query
        description: URL of the Webex site from which the API lists recordings. If not specified, the API lists recordings from all of a user's sites. All available Webex sites and the preferred site of the user can be retrieved by the [Get Site List](/docs/api/v1/meeting-preferences/get-site-list) API.
        example: example.webex.com
        schema:
          type: string
      - name: integrationTag
        in: query
        description: External key of the parent meeting created by an integration application. This parameter is used by the integration application to query recordings by a key in its own domain, such as a Zendesk ticket ID, a Jira ID, a Salesforce Opportunity ID, etc. An integrationTag created by one client cannot be accessed or used as a filtering parameter by another client. For example, if a meeting has an `integrationTag` of "Sales" which is created by the client behind the developer portal, then this integrationTag can't be accessed on the meeting or its recordings by another client. Neither can it be used to filter meetings or recordings by a client other than the one that created the integrationTag of "Sales".
        example: dbaeceebea5c4a63ac9d5ef1edfe36b9
        schema:
          type: string
      - name: topic
        in: query
        description: Recording's topic. If specified, the API filters recordings by topic in a case-insensitive manner.
        example: John's Meeting
        schema:
          type: string
      - name: format
        in: query
        description: Recording's file format. If specified, the API filters recordings by format.
        example: ARF
        schema:
          type: string
          enum:
          - MP4
          - ARF
      - name: serviceType
        in: query
        description: The service type for recordings. If this item is specified, the API filters recordings by service-type.
        example: MeetingCenter
        schema:
          type: string
          enum:
          - MeetingCenter
          - EventCenter
          - SupportCenter
          - TrainingCenter
      - name: status
        in: query
        description: Recording's status. If not specified or `available`, retrieves recordings that are available. Otherwise, if specified as `deleted`, retrieves recordings that have been moved into the recycle bin. The `purged` status only applies if the user calling the API is a Compliance Officer and `meetingId` is specified.
        example: available
        schema:
          type: string
          default: available
          enum:
          - available
          - deleted
          - purged
      - name: timezone
        in: header
        description: e.g. UTC
        required: false
        schema:
          type: string
        example: UTC
  /admin/recordings:
    get:
      responses:
        '200':
          description: OK
          headers:
            Link:
              schema:
                type: string
          content:
            application/json;charset=UTF-8:
              schema:
                type: object
                properties:
                  items:
                    type: array
                    items:
                      $ref: '#/components/schemas/RecordingObjectForAdminAndCO'
                    description: An array of recording objects.
              example:
                items:
                - id: 4f914b1dfe3c4d11a61730f18c0f5387
                  meetingId: f91b6edce9864428af084977b7c68291_I_166641849979635652
                  scheduledMeetingId: f91b6edce9864428af084977b7c68291_20200713T121500Z
                  meetingSeriesId: f91b6edce9864428af084977b7c68291
                  topic: Example Topic
                  createTime: '2020-07-13T17:11:35Z'
                  timeRecorded: '2020-07-13T17:05:35Z'
                  hostDisplayName: John Andersen
                  hostEmail: john.andersen@example.com
                  siteUrl: site4-example.webex.com
                  downloadUrl: https://site4-example.webex.com/site4/lsr.php?RCID=b91990e37417bda24986e46cf43345ab
                  playbackUrl: https://site4-example.webex.com/site4/ldr.php?RCID=69201a61d1d94a84aca18817261d1a73
                  password: '********'
                  format: ARF
                  serviceType: MeetingCenter
                  durationSeconds: 18416
                  sizeBytes: 168103
                  shareToMe: false
                  integrationTags:
                  - dbaeceebea5c4a63ac9d5ef1edfe36b9
                  - 85e1d6319aa94c0583a6891280e3437d
                  - 27226d1311b947f3a68d6bdf8e4e19a1
                  status: available
                - id: 3324fb76946249cfa07fc30b3ccbf580
                  meetingId: f91b6edce9864428af084977b7c68291_I_166641849979635652
                  scheduledMeetingId: f91b6edce9864428af084977b7c68291_20200713T121500Z
                  meetingSeriesId: f91b6edce9864428af084977b7c68291
                  topic: Example Topic
                  createTime: '2020-07-13T17:11:34Z'
                  timeRecorded: '2020-07-13T17:05:35Z'
                  hostDisplayName: John Andersen
                  hostEmail: john.andersen@example.com
                  siteUrl: site4-example.webex.com
                  downloadUrl: https://site4-example.webex.com/site4/lsr.php?RCID=8a763939dec1fa26c565700d628fcb98
                  playbackUrl: https://site4-example.webex.com/site4/ldr.php?RCID=b05e9c4f773745e7b88725cc97bc3161
                  password: '********'
                  format: ARF
                  serviceType: MeetingCenter
                  durationSeconds: 181562
                  sizeBytes: 199134
                  shareToMe: false
                  integrationTags:
                  - dbaeceebea5c4a63ac9d5ef1edfe36b9
                  - 85e1d6319aa94c0583a6891280e3437d
                  - 27226d1311b947f3a68d6bdf8e4e19a1
                  status: available
                - id: 42b80117a2a74dcf9863bf06264f8075
                  meetingId: f91b6edce9864428af084977b7c68291_I_166641849979635652
                  scheduledMeetingId: f91b6edce9864428af084977b7c68291_20200713T121500Z
                  meetingSeriesId: f91b6edce9864428af084977b7c68291
                  topic: Example Topic
                  createTime: '2020-07-13T17:11:33Z'
                  timeRecorded: '2020-07-13T17:05:35Z'
                  hostDisplayName: John Andersen
                  hostEmail: john.andersen@example.com
                  siteUrl: site4-example.webex.com
                  downloadUrl: https://site4-example.webex.com/site4/lsr.php?RCID=0edd48adbb183e7da97884a0a984e877
                  playbackUrl: https://site4-example.webex.com/site4/ldr.php?RCID=b64b28ebf70e4645954420c295a9fcad
                  password: '********'
                  format: ARF
                  serviceType: MeetingCenter
                  durationSeconds: 181562
                  sizeBytes: 199134
                  shareToMe: false
                  integrationTags:
                  - dbaeceebea5c4a63ac9d5ef1edfe36b9
                  - 85e1d6319aa94c0583a6891280e3437d
                  - 27226d1311b947f3a68d6bdf8e4e19a1
                  status: available
        '400':
          description: 'Bad Request: The request was invalid or cannot be otherwise served. An accompanying error message will explain further.'
        '401':
          description: 'Unauthorized: Authentication credentials were missing or incorrect.'
        '403':
          description: 'Forbidden: The request is understood, but it has been refused or access is not allowed.'
        '404':
          description: 'Not Found: The URI requested is invalid or the resource requested, such as a user, does not exist. Also returned when the requested format is not supported by the requested method.'
        '405':
          description: 'Method Not Allowed: The request was made to a resource using an HTTP request method that is not supported.'
        '409':
          description: 'Conflict: The request could not be processed because it conflicts with some established rule of the system. For example, a person may not be added to a room more than once.'
        '410':
          description: 'Gone: The requested resource is no longer available.'
        '415':
          description: 'Unsupported Media Type: The request was made to a resource without specifying a media type or used a media type that is not supported.'
        '423':
          description: 'Locked: The requested resource is temporarily unavailable. A Retry-After header may be present that specifies how many seconds you need to wait before attempting the request again.'
        '428':
          description: 'Precondition Required: File(s) cannot be scanned for malware and need to be force downloaded.'
        '429':
          description: 'Too Many Requests: Too many requests have been sent in a given amount of time and the request has been rate limited. A Retry-After header should be present that specifies how many seconds you need to wait before a successful request can be made.'
        '500':
          description: 'Internal Server Error: Something went wrong on the server. If the issue persists, feel free to contact the [Webex Developer Support team](/explore/support).'
        '502':
          description: 'Bad Gateway: The server received an invalid response from an upstream server while processing the request. Try again later.'
        '503':
          description: 'Service Unavailable: Server is overloaded with requests. Try again later.'
        '504':
          description: 'Gateway Timeout: An upstream server failed to respond on time. If your query uses max parameter, please try to reduce it.'
      summary: List Recordings For an Admin or Compliance Officer
      operationId: listRecordingsForAdminOrComplianceOfficer
      description: 'List recordings for an admin or compliance officer. You can specify a date range, a parent meeting ID, and the maximum number of recordings to return.


        The list returned is sorted in descending order by the date and time that the recordings were created.


        Long result sets are split into [pages](/docs/basics#pagination).


        * If `meetingId` is specified, only recordings associated with the specified meeting will be listed. Please note that when `meetingId` is specified, parameters of `siteUrl`, `from`, and `to` will be ignored.


        * If `siteUrl` is specified, all the recordings on the specified site are listed; otherwise, all the recordings on the admin user''s or compliance officer''s preferred site are listed. All the available Webex sites and the admin user''s or compliance officer''s preferred site can be retrieved by the [Get Site List](/docs/api/v1/meeting-preferences/get-site-list) API.


        #### Request Header


        * `timezone`: *[Time zone](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List) in conformance with the [IANA time zone database](https://www.iana.org/time-zones). The default is UTC if `timezone` is not defined.*'
      tags:
      - Recordings
      parameters:
      - name: max
        in: query
        description: Maximum number of recordings to return in a single page. `max` must be equal to or greater than `1` and equal to or less than `100`.
        schema:
          type: number
          default: 10
      - name: from
        in: query
        description: Starting date and time (inclusive) for recordings to return, in any [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) compliant format. `from` cannot be after `to`. The interval between `from` and `to` must be within 30 days. If `to` is specified, the default value for `from` is `to` minus 7 days. If `to` is also not specified, the default value for `from` is current date and time minus 7 days.
        example: '2020-07-12T09:30:00+08:00'
        schema:
          type: string
      - name: to
        in: query
        description: Ending date and time (exclusive) for List recordings to return, in any [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) compliant format. `to` cannot be before `from`. The interval between `from` and `to` must be within 30 days. If `from` is specified, the default value for `to` is `from` plus 7 days. If `from` is also not specified, the default value for `to` is the current date and time.
        example: '2020-07-31T09:30:00+08:00'
        schema:
          type: string
      - name: meetingId
        in: query
        description: Unique identifier for the parent meeting series, scheduled meeting, or meeting instance for which recordings are being requested. If a meeting series ID is specified, the operation returns an array of recordings for the specified meeting series. If a scheduled meeting ID is specified, the operation returns an array of recordings for the specified scheduled meeting. If a meeting instance ID is specified, the operation returns an array of recordings for the specified meeting instance. If not specified, the operation returns an array of recordings for all the current user's meetings. When `meetingId` is specified, the `siteUrl` parameter is ignored.
        example: f91b6edce9864428af084977b7c68291_I_166641849979635652
        schema:
          type: string
      - name: siteUrl
        in: query
        description: URL of the Webex site which the API lists recordings from. If not specified, the API lists recordings from user's preferred site. All available Webex sites and preferred site of the user can be retrieved by [Get Site List](/docs/api/v1/meeting-preferences/get-site-list) API.
        example: example.webex.com
        schema:
          type: string
      - name: integrationTag
        in: query
        description: External key of the parent meeting created by an integration application. This parameter is used by the integration application to query recordings by a key in its own domain such as a Zendesk ticket ID, a Jira ID, a Salesforce Opportunity ID, etc. An integrationTag created by one client cannot be accessed or used as a filtering parameter by another client. For example, if a meeting has an `integrationTag` of "Sales" which is created by the client behind the developer portal, then this integrationTag can't be accessed on the meeting or its recordings by another client. Neither can it be used to filter meetings or recordings by a client other than the one that created the integrationTag of "Sales".
        example: dbaeceebea5c4a63ac9d5ef1edfe36b9
        schema:
          type: string
      - name: topic
        in: query
        description: Recording topic. If specified, the API filters recordings by topic in a case-insensitive manner.
        example: John's Meeting
        schema:
          type: string
      - name: format
        in: query
        description: Recording's file format. If specified, the API filters recordings by format.
        example: ARF
        schema:
          type: string
          enum:
          - MP4
          - ARF
      - name: serviceType
        in: query
        description: The service type for recordings. If specified, the API filters recordings by service type.
        example: MeetingCenter
        schema:
          type: string
          enum:
          - MeetingCenter
          - EventCenter
          - SupportCenter
          - TrainingCenter
      - name: status
        in: query
        description: Recording's status. If not specified or `available`, retrieves recordings that are available. If specified as `deleted`, retrieves recordings that have been moved to the recycle bin. Otherwise, if specified as `purged`, retrieves recordings that have been purged from the recycle bin.
        example: available
        schema:
          type: string
          default: available
          enum:
          - available
          - deleted
          - purged
      - name: timezone
        in: header
        description: e.g. UTC
        required: false
        schema:
          type: string
        example: UTC
  /admin/recordings/{recordingId}:
    delete:
      responses:
        '204':
          description: No Content
          headers: {}
          content: {}
        '400':
          description: 'Bad Request: The request was invalid or cannot be otherwise served. An accompanying error message will explain further.'
        '401':
          description: 'Unauthorized: Authentication credentials were missing or incorrect.'
        '403':
          description: 'Forbidden: The request is understood, but it has been refused or access is not allowed.'
        '404':
          description: Not Found
          headers: {}
          content: {}
        '405':
          description: 'Method Not Allowed: The request was made to a resource using an HTTP request method that is not supported.'
        '409':
          description: 'Conflict: The request could not be processed because it conflicts with some established rule of the system. For example, a person may not be added to a room more than once.'
        '410':
          description: 'Gone: The requested resource is no longer available.'
        '415':
          description: 'Unsupported Media Type: The request was made to a resource without specifying a media type or used a media type that is not supported.'
        '423':
          description: 'Locked: The requested resource is temporarily unavailable. A Retry-After header may be present that specifies how many seconds you need to wait before attempting the request again.'
        '428':
          description: 'Precondition Required: File(s) cannot be scanned for malware and need to be force downloaded.'
        '429':
          description: 'Too Many Requests: Too many requests have been sent in a given amount of time and the request has been rate limited. A Retry-After header should be present that specifies how many seconds you need to wait before a successful request can be made.'
        '500':
          description: 'Internal Server Error: Something went wrong on the server. If the issue persists, feel free to contact the [Webex Developer Support team](/explore/support).'
        '502':
          description: 'Bad Gateway: The server received an invalid response from an upstream server while processing the request. Try again later.'
        '503':
          description: 'Service Unavailable: Server is overloaded with requests. Try again later.'
        '504':
          description: 'Gateway Timeout: An upstream server failed to respond on time. If your query uses max parameter, please try to reduce it.'
      summary: Delete a Recording By an Admin
      operationId: adminDeleteRecordingById
      description: 'Removes a recording with a specified recording ID by an admin. The deleted recording cannot be recovered. It will be inaccessible to regular users (host, attendees and shared) or an admin, but it will be still available to the Compliance Officer.


        Any recording on a site which is managed by the admin can be deleted by him.


        The `temporaryDirectDownloadLinks` of a recording which are retrieved by the [Get Recording Details](/docs/api/v1/recordings/get-recording-details) API are still available to Compliance Officers even if the recording has been deleted.'
      tags:
      - Recordings
      parameters:
      - name: recordingId
        in: path
        description: A unique identifier for the recording.
        required: true
        example: 4f914b1dfe3c4d11a61730f18c0f5387
        schema:
          type: string
  /recordings/{recordingId}:
    get:
      responses:
        '200':
          description: OK
          headers: {}
          content:
            application/json;charset=UTF-8:
              schema:
                $ref: '#/components/schemas/RecordingObjectWithDirectDownloadLinks'
              example:
                id: 4f914b1dfe3c4d11a61730f18c0f5387
                meetingId: f91b6edce9864428af084977b7c68291_I_166641849979635652
                scheduledMeetingId: f91b6edce9864428af084977b7c68291_20200713T121500Z
                meetingSeriesId: f91b6edce9864428af084977b7c68291
                topic: Example Topic
                createTime: '2020-07-13T17:11:35Z'
                timeRecorded: '2020-07-13T17:05:35Z'
                siteUrl: site4-example.webex.com
                downloadUrl: https://site4-example.webex.com/site4/lsr.php?RCID=b91990e37417bda24986e46cf43345ab
                playbackUrl: https://site4-example.webex.com/site4/ldr.php?RCID=69201a61d1d94a84aca18817261d1a73
                password: '********'
                temporaryDirectDownloadLinks:
                  recordingDownloadLink: https://site4-example.webex.com/nbr/MultiThreadDownloadServlet?siteid=2062842&recordid=305462&confid=137735449369118342&language=en_US&userid=3516472&serviceRecordID=305492&ticket=SDJTSwAAAIUBSHkvL6Z5ddyBim5%2FHcJYcvn6IoXNEyCE2mAYQ5BlBg%3D%3D&timestamp=1567125236465&islogin=yes&isprevent=no&ispwd=yes
                  audioDownloadLink: https://site4-example.webex.com/nbr/downloadMedia.do?siteid=2062842&recordid=305462&confid=137735449369118342&language=en_US&userid=3516472&serviceRecordID=305492&ticket=SDJTSwAAAIXCIXsuBt%2BAgtK7WoQ2VhgeI608N4ZMIJ3vxQaQNZuLZA%3D%3D&timestamp=1567125236708&islogin=yes&isprevent=no&ispwd=yes&mediaType=1
                  transcriptDownloadLink: https://site4-example.webex.com/nbr/downloadMedia.do?siteid=2062842&recordid=305462&confid=137735449369118342&language=en_US&userid=3516472&serviceRecordID=30549

# --- truncated at 32 KB (102 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/webex/refs/heads/main/openapi/webex-recordings-api-openapi.yml