Kaltura metadata API

Metadata service

Operations 13

POST /service/metadata_metadata/action/add #
POST /service/metadata_metadata/action/addFromBulk #
POST /service/metadata_metadata/action/addFromFile #
POST /service/metadata_metadata/action/addFromUrl #
POST /service/metadata_metadata/action/delete #
POST /service/metadata_metadata/action/get #
POST /service/metadata_metadata/action/index #
POST /service/metadata_metadata/action/invalidate #
POST /service/metadata_metadata/action/list #
POST /service/metadata_metadata/action/serve #
POST /service/metadata_metadata/action/update #
POST /service/metadata_metadata/action/updateFromFile #
POST /service/metadata_metadata/action/updateFromXSL #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/kaltura-metadata-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

kaltura-metadata-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  description: The Kaltura OTT API
  title: Kaltura OTT accessControl Metadata API
  version: 3.6.287.20720
servers:
- url: https://tvpapi-us-preprod.ott.kaltura.com/api_v3
- url: http://tvpapi-us-preprod.ott.kaltura.com/api_v3
security:
- ks: []
tags:
- description: Metadata service
  name: metadata
  x-plugin: metadata
paths:
  /service/metadata_metadata/action/add:
    post:
      description: Allows you to add a metadata object and metadata content associated with Kaltura object
      operationId: metadata.add
      parameters:
      - $ref: '#/components/parameters/ks'
      - $ref: '#/components/parameters/format'
      - $ref: '#/components/parameters/clientTag'
      - $ref: '#/components/parameters/partnerId'
      - $ref: '#/components/parameters/language'
      - $ref: '#/components/parameters/responseProfile'
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/KalturaMetadata'
            text/xml:
              schema:
                $ref: '#/components/schemas/KalturaMetadata'
        x-Errors:
          description: '* `METADATA_PROFILE_NOT_FOUND`: metadata profile not found, id [@ID@]

            * `INCOMPATIBLE_METADATA_PROFILE_OBJECT_TYPE`: Metadata Profile object type is @OBJ_TYPE@, metadata object type is @META_OBJ_TYPE@

            * `METADATA_ALREADY_EXISTS`: Metadata already exists id [@ID@]

            * `INVALID_METADATA_DATA`: invalid metadata data: @ERR_MSG@'
      tags:
      - metadata
      x-kaltura-format: post
      x-kaltura-parameters:
      - metadataProfileId
      - objectType
      - objectId
      - xmlData
      requestBody:
        content:
          application/json:
            schema:
              properties:
                metadataProfileId:
                  type: integer
                objectId:
                  type: string
                objectType:
                  enum:
                  - adCuePointMetadata.AdCuePoint
                  - annotationMetadata.Annotation
                  - codeCuePointMetadata.CodeCuePoint
                  - quiz.AnswerCuePoint
                  - quiz.QuestionCuePoint
                  - thumbCuePointMetadata.thumbCuePoint
                  - '1'
                  - '2'
                  - '3'
                  - '4'
                  - '5'
                  - '6'
                  type: string
                  x-enumLabels:
                  - AD_CUE_POINT
                  - ANNOTATION
                  - CODE_CUE_POINT
                  - ANSWER_CUE_POINT
                  - QUESTION_CUE_POINT
                  - THUMB_CUE_POINT
                  - ENTRY
                  - CATEGORY
                  - USER
                  - PARTNER
                  - DYNAMIC_OBJECT
                  - USER_ENTRY
                  x-enumType: KalturaMetadataObjectType
                xmlData:
                  type: string
              required:
              - metadataProfileId
              - objectType
              - objectId
              - xmlData
              type: object
  /service/metadata_metadata/action/addFromBulk:
    post:
      description: 'Allows you to add a metadata XML data from remote URL.


        Enables different permissions than addFromUrl action.'
      operationId: metadata.addFromBulk
      parameters:
      - $ref: '#/components/parameters/ks'
      - $ref: '#/components/parameters/format'
      - $ref: '#/components/parameters/clientTag'
      - $ref: '#/components/parameters/partnerId'
      - $ref: '#/components/parameters/language'
      - $ref: '#/components/parameters/responseProfile'
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/KalturaMetadata'
            text/xml:
              schema:
                $ref: '#/components/schemas/KalturaMetadata'
      tags:
      - metadata
      x-kaltura-format: post
      x-kaltura-parameters:
      - metadataProfileId
      - objectType
      - objectId
      - url
      requestBody:
        content:
          application/json:
            schema:
              properties:
                metadataProfileId:
                  type: integer
                objectId:
                  type: string
                objectType:
                  enum:
                  - adCuePointMetadata.AdCuePoint
                  - annotationMetadata.Annotation
                  - codeCuePointMetadata.CodeCuePoint
                  - quiz.AnswerCuePoint
                  - quiz.QuestionCuePoint
                  - thumbCuePointMetadata.thumbCuePoint
                  - '1'
                  - '2'
                  - '3'
                  - '4'
                  - '5'
                  - '6'
                  type: string
                  x-enumLabels:
                  - AD_CUE_POINT
                  - ANNOTATION
                  - CODE_CUE_POINT
                  - ANSWER_CUE_POINT
                  - QUESTION_CUE_POINT
                  - THUMB_CUE_POINT
                  - ENTRY
                  - CATEGORY
                  - USER
                  - PARTNER
                  - DYNAMIC_OBJECT
                  - USER_ENTRY
                  x-enumType: KalturaMetadataObjectType
                url:
                  type: string
              required:
              - metadataProfileId
              - objectType
              - objectId
              - url
              type: object
  /service/metadata_metadata/action/addFromFile:
    post:
      description: Allows you to add a metadata object and metadata file associated with Kaltura object
      operationId: metadata.addFromFile
      parameters:
      - $ref: '#/components/parameters/ks'
      - $ref: '#/components/parameters/format'
      - in: query
        name: metadataProfileId
        required: true
        schema:
          type: integer
      - description: 'Enum Type: `KalturaMetadataObjectType`'
        in: query
        name: objectType
        required: true
        x-enumLabels:
        - AD_CUE_POINT
        - ANNOTATION
        - CODE_CUE_POINT
        - ANSWER_CUE_POINT
        - QUESTION_CUE_POINT
        - THUMB_CUE_POINT
        - ENTRY
        - CATEGORY
        - USER
        - PARTNER
        - DYNAMIC_OBJECT
        - USER_ENTRY
        x-enumType: KalturaMetadataObjectType
        schema:
          type: string
          enum:
          - adCuePointMetadata.AdCuePoint
          - annotationMetadata.Annotation
          - codeCuePointMetadata.CodeCuePoint
          - quiz.AnswerCuePoint
          - quiz.QuestionCuePoint
          - thumbCuePointMetadata.thumbCuePoint
          - '1'
          - '2'
          - '3'
          - '4'
          - '5'
          - '6'
      - in: query
        name: objectId
        required: true
        schema:
          type: string
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/KalturaMetadata'
            text/xml:
              schema:
                $ref: '#/components/schemas/KalturaMetadata'
        x-Errors:
          description: '* `METADATA_ALREADY_EXISTS`: Metadata already exists id [@ID@]

            * `METADATA_FILE_NOT_FOUND`: Metadata file not found [@FILE_NAME@]

            * `INVALID_METADATA_DATA`: invalid metadata data: @ERR_MSG@'
      tags:
      - metadata
      x-kaltura-format: file
      x-kaltura-parameters:
      - metadataProfileId
      - objectType
      - objectId
      - xmlFile
      requestBody:
        content:
          multipart/form-data:
            schema:
              type: object
              properties:
                xmlFile:
                  type: string
                  description: XML metadata
                  format: binary
              required:
              - xmlFile
  /service/metadata_metadata/action/addFromUrl:
    post:
      description: Allows you to add a metadata XML data from remote URL
      operationId: metadata.addFromUrl
      parameters:
      - $ref: '#/components/parameters/ks'
      - $ref: '#/components/parameters/format'
      - $ref: '#/components/parameters/clientTag'
      - $ref: '#/components/parameters/partnerId'
      - $ref: '#/components/parameters/language'
      - $ref: '#/components/parameters/responseProfile'
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/KalturaMetadata'
            text/xml:
              schema:
                $ref: '#/components/schemas/KalturaMetadata'
      tags:
      - metadata
      x-kaltura-format: post
      x-kaltura-parameters:
      - metadataProfileId
      - objectType
      - objectId
      - url
      requestBody:
        content:
          application/json:
            schema:
              properties:
                metadataProfileId:
                  type: integer
                objectId:
                  type: string
                objectType:
                  enum:
                  - adCuePointMetadata.AdCuePoint
                  - annotationMetadata.Annotation
                  - codeCuePointMetadata.CodeCuePoint
                  - quiz.AnswerCuePoint
                  - quiz.QuestionCuePoint
                  - thumbCuePointMetadata.thumbCuePoint
                  - '1'
                  - '2'
                  - '3'
                  - '4'
                  - '5'
                  - '6'
                  type: string
                  x-enumLabels:
                  - AD_CUE_POINT
                  - ANNOTATION
                  - CODE_CUE_POINT
                  - ANSWER_CUE_POINT
                  - QUESTION_CUE_POINT
                  - THUMB_CUE_POINT
                  - ENTRY
                  - CATEGORY
                  - USER
                  - PARTNER
                  - DYNAMIC_OBJECT
                  - USER_ENTRY
                  x-enumType: KalturaMetadataObjectType
                url:
                  type: string
              required:
              - metadataProfileId
              - objectType
              - objectId
              - url
              type: object
  /service/metadata_metadata/action/delete:
    post:
      description: Delete an existing metadata
      operationId: metadata.delete
      parameters:
      - $ref: '#/components/parameters/ks'
      - $ref: '#/components/parameters/format'
      - $ref: '#/components/parameters/clientTag'
      - $ref: '#/components/parameters/partnerId'
      - $ref: '#/components/parameters/language'
      - $ref: '#/components/parameters/responseProfile'
      responses:
        '200':
          description: Success
        x-Errors:
          description: '* `METADATA_NOT_FOUND`: metadata not found, id [@ID@]'
      tags:
      - metadata
      x-kaltura-format: post
      x-kaltura-parameters:
      - id
      requestBody:
        content:
          application/json:
            schema:
              properties:
                id:
                  type: integer
              required:
              - id
              type: object
  /service/metadata_metadata/action/get:
    post:
      description: Retrieve a metadata object by id
      operationId: metadata.get
      parameters:
      - $ref: '#/components/parameters/ks'
      - $ref: '#/components/parameters/format'
      - $ref: '#/components/parameters/clientTag'
      - $ref: '#/components/parameters/partnerId'
      - $ref: '#/components/parameters/language'
      - $ref: '#/components/parameters/responseProfile'
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/KalturaMetadata'
            text/xml:
              schema:
                $ref: '#/components/schemas/KalturaMetadata'
        x-Errors:
          description: '* `METADATA_NOT_FOUND`: metadata not found, id [@ID@]'
      tags:
      - metadata
      x-kaltura-format: post
      x-kaltura-parameters:
      - id
      requestBody:
        content:
          application/json:
            schema:
              properties:
                id:
                  type: integer
              required:
              - id
              type: object
  /service/metadata_metadata/action/index:
    post:
      description: Index metadata by id, will also index the related object
      operationId: metadata.index
      parameters:
      - $ref: '#/components/parameters/ks'
      - $ref: '#/components/parameters/format'
      - $ref: '#/components/parameters/clientTag'
      - $ref: '#/components/parameters/partnerId'
      - $ref: '#/components/parameters/language'
      - $ref: '#/components/parameters/responseProfile'
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                type: integer
            text/xml:
              schema:
                type: integer
      tags:
      - metadata
      x-kaltura-format: post
      x-kaltura-parameters:
      - id
      - shouldUpdate
      requestBody:
        content:
          application/json:
            schema:
              properties:
                id:
                  type: string
                shouldUpdate:
                  type: boolean
              required:
              - id
              - shouldUpdate
              type: object
  /service/metadata_metadata/action/invalidate:
    post:
      description: 'Mark existing metadata as invalid


        Used by batch metadata transform'
      operationId: metadata.invalidate
      parameters:
      - $ref: '#/components/parameters/ks'
      - $ref: '#/components/parameters/format'
      - $ref: '#/components/parameters/clientTag'
      - $ref: '#/components/parameters/partnerId'
      - $ref: '#/components/parameters/language'
      - $ref: '#/components/parameters/responseProfile'
      responses:
        '200':
          description: Success
        x-Errors:
          description: '* `METADATA_NOT_FOUND`: metadata not found, id [@ID@]

            * `INVALID_METADATA_VERSION`: invalid metadata version [@VERSION@]'
      tags:
      - metadata
      x-kaltura-format: post
      x-kaltura-parameters:
      - id
      - version
      requestBody:
        content:
          application/json:
            schema:
              properties:
                id:
                  type: integer
                version:
                  type: integer
              required:
              - id
              type: object
  /service/metadata_metadata/action/list:
    post:
      description: List metadata objects by filter and pager
      operationId: metadata.list
      parameters:
      - $ref: '#/components/parameters/ks'
      - $ref: '#/components/parameters/format'
      - $ref: '#/components/parameters/clientTag'
      - $ref: '#/components/parameters/partnerId'
      - $ref: '#/components/parameters/language'
      - $ref: '#/components/parameters/responseProfile'
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/KalturaMetadataListResponse'
            text/xml:
              schema:
                $ref: '#/components/schemas/KalturaMetadataListResponse'
      tags:
      - metadata
      x-kaltura-format: post
      x-kaltura-parameters:
      - filter
      - pager
      requestBody:
        content:
          application/json:
            schema:
              properties:
                filter:
                  $ref: '#/components/schemas/KalturaMetadataFilter'
                pager:
                  $ref: '#/components/schemas/KalturaFilterPager'
              type: object
  /service/metadata_metadata/action/serve:
    post:
      description: Serves metadata XML file
      operationId: metadata.serve
      parameters:
      - $ref: '#/components/parameters/ks'
      - $ref: '#/components/parameters/format'
      - $ref: '#/components/parameters/clientTag'
      - $ref: '#/components/parameters/partnerId'
      - $ref: '#/components/parameters/language'
      - $ref: '#/components/parameters/responseProfile'
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                type: string
            text/xml:
              schema:
                type: string
        x-Errors:
          description: '* `METADATA_NOT_FOUND`: metadata not found, id [@ID@]

            * `FILE_DOESNT_EXIST`: File doesnt exist'
      tags:
      - metadata
      x-kaltura-format: post
      x-kaltura-parameters:
      - id
      requestBody:
        content:
          application/json:
            schema:
              properties:
                id:
                  type: integer
              required:
              - id
              type: object
  /service/metadata_metadata/action/update:
    post:
      description: Update an existing metadata object with new XML content
      operationId: metadata.update
      parameters:
      - $ref: '#/components/parameters/ks'
      - $ref: '#/components/parameters/format'
      - $ref: '#/components/parameters/clientTag'
      - $ref: '#/components/parameters/partnerId'
      - $ref: '#/components/parameters/language'
      - $ref: '#/components/parameters/responseProfile'
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/KalturaMetadata'
            text/xml:
              schema:
                $ref: '#/components/schemas/KalturaMetadata'
        x-Errors:
          description: '* `METADATA_NOT_FOUND`: metadata not found, id [@ID@]

            * `INVALID_METADATA_DATA`: invalid metadata data: @ERR_MSG@

            * `INVALID_METADATA_VERSION`: invalid metadata version [@VERSION@]

            * `XSLT_VALIDATION_ERROR`: XSLT validation error [@ERR_MSG@]'
      tags:
      - metadata
      x-kaltura-format: post
      x-kaltura-parameters:
      - id
      - xmlData
      - version
      requestBody:
        content:
          application/json:
            schema:
              properties:
                id:
                  type: integer
                version:
                  type: integer
                xmlData:
                  type: string
              required:
              - id
              type: object
  /service/metadata_metadata/action/updateFromFile:
    post:
      description: Update an existing metadata object with new XML file
      operationId: metadata.updateFromFile
      parameters:
      - $ref: '#/components/parameters/ks'
      - $ref: '#/components/parameters/format'
      - in: query
        name: id
        required: true
        schema:
          type: integer
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/KalturaMetadata'
            text/xml:
              schema:
                $ref: '#/components/schemas/KalturaMetadata'
        x-Errors:
          description: '* `METADATA_NOT_FOUND`: metadata not found, id [@ID@]

            * `METADATA_FILE_NOT_FOUND`: Metadata file not found [@FILE_NAME@]

            * `INVALID_METADATA_DATA`: invalid metadata data: @ERR_MSG@'
      tags:
      - metadata
      x-kaltura-format: file
      x-kaltura-parameters:
      - id
      - xmlFile
      requestBody:
        content:
          multipart/form-data:
            schema:
              type: object
              properties:
                xmlFile:
                  type: string
                  description: XML metadata
                  format: binary
  /service/metadata_metadata/action/updateFromXSL:
    post:
      description: Action transforms current metadata object XML using a provided XSL.
      operationId: metadata.updateFromXSL
      parameters:
      - $ref: '#/components/parameters/ks'
      - $ref: '#/components/parameters/format'
      - in: query
        name: id
        required: true
        schema:
          type: integer
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/KalturaMetadata'
            text/xml:
              schema:
                $ref: '#/components/schemas/KalturaMetadata'
        x-Errors:
          description: '* `XSLT_VALIDATION_ERROR`: XSLT validation error [@ERR_MSG@]

            * `METADATA_FILE_NOT_FOUND`: Metadata file not found [@FILE_NAME@]

            * `METADATA_NOT_FOUND`: metadata not found, id [@ID@]'
      tags:
      - metadata
      x-kaltura-format: file
      x-kaltura-parameters:
      - id
      - xslFile
      requestBody:
        content:
          multipart/form-data:
            schema:
              type: object
              properties:
                xslFile:
                  type: string
                  format: binary
              required:
              - xslFile
components:
  schemas:
    KalturaDataEntryMatchAttributeCondition:
      allOf:
      - $ref: '#/components/schemas/KalturaSearchMatchAttributeCondition'
      description: "Auto-generated class.\n Used to search KalturaDataEntry attributes. Use KalturaDataEntryMatchAttribute enum to provide attribute name.\n/"
      properties:
        attribute:
          description: 'Enum Type: `KalturaDataEntryMatchAttribute`'
          enum:
          - adminTags
          - categoriesIds
          - creatorId
          - description
          - groupId
          - id
          - name
          - referenceId
          - replacedEntryId
          - replacingEntryId
          - searchText
          - tags
          - userId
          type: string
          x-enumLabels:
          - ADMIN_TAGS
          - CATEGORIES_IDS
          - CREATOR_ID
          - DESCRIPTION
          - GROUP_ID
          - ID
          - NAME
          - REFERENCE_ID
          - REPLACED_ENTRY_ID
          - REPLACING_ENTRY_ID
          - SEARCH_TEXT
          - TAGS
          - USER_ID
          x-enumType: KalturaDataEntryMatchAttribute
      title: KalturaDataEntryMatchAttributeCondition
      type: object
    KalturaReportExportJobData:
      allOf:
      - $ref: '#/components/schemas/KalturaJobData'
      properties:
        baseUrl:
          type: string
        filePaths:
          type: string
        files:
          items:
            $ref: '#/components/schemas/KalturaReportExportFile'
          type: array
        recipientEmail:
          type: string
        reportItems:
          items:
            $ref: '#/components/schemas/KalturaReportExportItem'
          type: array
        reportsGroup:
          type: string
      title: KalturaReportExportJobData
      type: object
    KalturaLiveEntryServerNodeBaseFilter:
      allOf:
      - $ref: '#/components/schemas/KalturaEntryServerNodeFilter'
      anyOf:
      - $ref: '#/components/schemas/KalturaLiveEntryServerNodeFilter'
      description: '`abstract`'
      discriminator:
        propertyName: objectType
      properties:
        objectType:
          enum:
          - KalturaLiveEntryServerNodeFilter
          type: string
      title: KalturaLiveEntryServerNodeBaseFilter
      type: object
      x-abstract: true
    KalturaPodcastDistributionProviderBaseFilter:
      allOf:
      - $ref: '#/components/schemas/KalturaDistributionProviderFilter'
      anyOf:
      - $ref: '#/components/schemas/KalturaPodcastDistributionProviderFilter'
      description: '`abstract`'
      discriminator:
        propertyName: objectType
      properties:
        objectType:
          enum:
          - KalturaPodcastDistributionProviderFilter
          type: string
      title: KalturaPodcastDistributionProviderBaseFilter
      type: object
      x-abstract: true
    KalturaNdnDistributionProvider:
      allOf:
      - $ref: '#/components/schemas/KalturaDistributionProvider'
      properties: {}
      title: KalturaNdnDistributionProvider
      type: object
    KalturaLiveStreamListResponse:
      allOf:
      - $ref: '#/components/schemas/KalturaListResponse'
      properties:
        objects:
          items:
            $ref: '#/components/schemas/KalturaLiveStreamEntry'
          type: array
      title: KalturaLiveStreamListResponse
      type: object
    KalturaLiveReportExportJobData:
      allOf:
      - $ref: '#/components/schemas/KalturaJobData'
      properties:
        entryIds:
          type: string
        outputPath:
          type: string
        recipientEmail:
          type: string
        timeReference:
          type: integer
        timeZoneOffset:
          type: integer
      title: KalturaLiveReportExportJobData
      type: object
    KalturaMsnDistributionProfile:
      allOf:
      - $ref: '#/components/schemas/KalturaConfigurableDistributionProfile'
      properties:
        csId:
          type: string
        domain:
          type: string
        flvFlavorParamsId:
          type: integer
        msnvideoCat:
          type: string
        msnvideoTop:
          type: string
        msnvideoTopCat:
          type: string
        pageGroup:
          type: string
        password:
          type: string
          x-inputType: password
        slFlavorParamsId:
          type: integer
        slHdFlavorParamsId:
          type: integer
        source:
          type: string
        sourceFlavorParamsId:
          type: integer
        sourceFriendlyName:
          type: string
        username:
          type: string
        wmvFlavorParamsId:
          type: integer
      title: KalturaMsnDistributionProfile
      type: object
    KalturaAmazonS3StorageProfileFilter:
      allOf:
      - $ref: '#/components/schemas/KalturaAmazonS3StorageProfileBaseFilter'
      properties:
        orderBy:
          enum:
          - +createdAt
          - +updatedAt
          - -createdAt
          - -updatedAt
          type: string
          x-enumLabels:
          - CREATED_AT_ASC
          - UPDATED_AT_ASC
          - CREATED_AT_DESC
          - UPDATED_AT_DESC
          x-enumType: KalturaAmazonS3StorageProfileOrderBy
      title: KalturaAmazonS3StorageProfileFilter
      type: object
    KalturaAttUverseDistributionProviderBaseFilter:
      allOf:
      - $ref: '#/components/schemas/KalturaDistributionProviderFilter'
      anyOf:
      - $ref: '#/components/schemas/KalturaAttUverseDistributionProviderFilter'
      description: '`abstract`'
      discriminator:
        propertyName: objectType
      properties:
        objectType:
          enum:
          - KalturaAttUverseDistributionProviderFilter
          type: string
      title: KalturaAttUverseDistributionProviderBaseFilter
      type: object
      x-abstract: true
    KalturaConferenceEntryServerNode:
      allOf:
      - $ref: '#/components/schemas/KalturaEntryServerNode'
      properties:
        confRoomStatus:
          description: '`readOnly`


            Enum Type: `KalturaConferenceRoomStatus`'
          enum:
          - 1
          - 2
          - 3
          readOnly: true
          type: integer
          x-enumLabels:
          - CREATED
          - READY
          - ENDED
          x-enumType: KalturaConferenceRoomStatus
        registered:
          description: '`readOnly`'
          readOnly: true
          type: integer
      title: KalturaConferenceEntryServerNode
      type: object
    KalturaZoomDropFolderFilter:
      allOf:
      - $ref: '#/components/schemas/KalturaZoomDropFolderBaseFilter'
      properties: {}
      title: KalturaZoomDropFolderFilter
      type: object
    KalturaDrmPolicyFilter:
      allOf:
      - $ref: '#/components/schemas/KalturaDrmPolicyBaseFilter'
      anyOf:
      - $ref: '#/components/schemas/KalturaDrmPolicyFilter'
      - $ref: '#/components/schemas/KalturaPlayReadyPolicyFilter'
      discriminator:
        propertyName: objectType
      properties:
        objectType:
          enum:
          - KalturaDrmPolicyFilter
          - KalturaPlayReadyPolicyFilter
          type: string
        orderBy:
          type: string
          x-enumLabels: []
          x-enumType: KalturaDrmPolicyOrderBy
      title: KalturaDrmPolicyFilter
      type: object
    KalturaLiveEntryServerNodeFilter:
      allOf:
      - $ref: '#/components/schemas/KalturaLiveEntryServerNodeBaseFilter'
      properties:
        orderBy:
          enum:
          - +createdAt
          - +updatedAt
          - -createdAt
          - -updatedAt
          type: string
          x-enumLabels:
          - CREATED_AT_ASC
          - UPDATED_AT_ASC
          - CREATED_AT_DESC
          - UPDATED_AT_DESC
          x-enumType: KalturaLiveEntryServerNodeOrderBy
      title: KalturaLiveEntryServerNodeFilter
      type: object
    KalturaPdfFlavorParamsBaseFilter:
      allOf:
      - $ref: '#/components/schemas/KalturaFlavorParamsFilter'
      anyOf:
      - $ref: '#/components/schemas/KalturaPdfFlavorParamsFilter'
      description: '`abstract`'
      discriminator:
        propertyName: objectType
      properties:
        objectType:
          enum:
          - KalturaPdfFlavorParamsFilter
          type: string
      title: KalturaPdfFlavorParamsBaseFilter
      type: object
      x-abstract: true
    KalturaDropFolderFileResource:
      allOf:
      - $ref: '#/components/schemas/KalturaGenericDataCenterContentResource'
      description: Used to ingest media that dropped through drop folder
      properties:
        dropFolderFileId:
          description: Id of the drop folder file object
          type: integer
      title: KalturaDropFolderFileResource
      type: object
    KalturaSchedulerListResponse:
      allOf:
      - $ref: '#/components/schemas/KalturaListResponse'
      properties:
        objects:
          items:
            $ref: '#/components/schemas/KalturaScheduler'
          type: array
      title: KalturaSchedulerListResponse
      type: object
    KalturaSipEntryServerNode:
      allOf:
      - $ref: '#/components/schemas/KalturaEntryServerNode'
      properties:
        sipPrimaryAdpId:
          description: '`readOnly`'
          readOnly: true
          type: string
        sipRoomId:
          description: '`readOnly`'
          readOnly: true
          type: string
        sipSecondaryAdpId:
          description: '`readOnly`'
          readOnly: true
          type: string
      title: KalturaSipEntryServerNode
      type: object
    KalturaAccessControlContextTypeHolder:
      allOf:
      - $ref: '#/components/schemas/KalturaContextTypeHolder'
      properties: {}
      title: KalturaAccessControlContextTypeHolder
      type: object
    KalturaCuePointFilter:
      allOf:
      - $ref: '#/components/schemas/KalturaCuePointBaseFilter'
      anyOf:
      - $ref: '#/components/schemas/KalturaCuePointFilter'
      - $ref: '#/components/schemas/KalturaAdCuePointFilter'
      - $ref: '#/components/schemas/KalturaAnnotationFilter'
      - $ref: '#/components/schemas/KalturaAnswerCuePointFilter'
      - $ref: '#/components/schemas/KalturaCodeCuePointFilter'
      - $ref: '#/components/schemas/KalturaEventCuePointFilter'
      - $ref: '#/components/schemas/KalturaQuestionCuePointFilter'
      - $ref: '#/components/schemas/KalturaThumbCuePointFilter'
      discriminator:
        propertyName: objectType
      properties:
        freeText:
          type: string
        objectType:
          enum:
          - KalturaCuePointFilter
          - KalturaAdCuePointFilter
          - KalturaAnnotationFilter
          - KalturaAnswerCuePointFilter
          - KalturaCodeCuePointFilter
          - KalturaEventCuePointFilter
          - KalturaQuestionCuePointFilter
          - KalturaThumbCuePointFilter
          type: string
        orderBy:
          enum:
          - +createdAt
          - +intId
          - +partnerSortValue
          - +startTime
          - +triggeredAt
          - +updatedAt
          - -createdAt
          - -intId
          - -partnerSortValue
          - -startTime
          - -triggeredAt
          - -updatedAt
          type: string
          x-enumLabels:
          - CREATED_AT_ASC
          - INT_ID_ASC
          - PARTNER_SORT_VALUE_ASC
          - START_TIME_ASC
          - TRIGGERED_AT_ASC
          - UPDATED_AT_ASC
          - CREATED_AT_DESC
          -

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