Kaltura seriesRecording API

The seriesRecording API from Kaltura — 7 operation(s) for seriesrecording.

Operations 7

POST /service/seriesrecording/action/add #
POST /service/seriesrecording/action/cancel #
POST /service/seriesrecording/action/cancelByEpgId #
POST /service/seriesrecording/action/cancelBySeasonNumber #
POST /service/seriesrecording/action/delete #
POST /service/seriesrecording/action/deleteBySeasonNumber #
POST /service/seriesrecording/action/list #

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-seriesrecording-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-seriesrecording-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  description: The Kaltura OTT API
  title: Kaltura OTT accessControl Series Recording 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:
- name: seriesRecording
paths:
  /service/seriesrecording/action/add:
    post:
      description: Issue a record request for a complete season or series
      operationId: seriesRecording.add
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/KalturaSeriesRecording'
            text/xml:
              schema:
                $ref: '#/components/schemas/KalturaSeriesRecording'
        x-Errors:
          description: '* `ProgramCdvrNotEnabled`: undefined

            * `AccountSeriesRecordingNotEnabled`: undefined

            * `InvalidAssetId`: undefined

            * `UserNotInDomain`: undefined

            * `UserDoesNotExist`: undefined

            * `UserSuspended`: undefined

            * `UserWithNoDomain`: undefined

            * `ServiceNotAllowed`: undefined

            * `NotEntitled`: undefined

            * `AccountCdvrNotEnabled`: undefined

            * `AlreadyRecordedAsSeriesOrSeason`: undefined'
      tags:
      - seriesRecording
      x-kaltura-format: post
      x-kaltura-parameters:
      - recording
      requestBody:
        content:
          application/json:
            schema:
              allOf:
              - $ref: '#/components/schemas/OTTRequest'
              properties:
                recording:
                  $ref: '#/components/schemas/KalturaSeriesRecording'
              type: object
  /service/seriesrecording/action/cancel:
    post:
      description: Cancel a previously requested series recording. Cancel series recording can be called for recording in status Scheduled or Recording Only
      operationId: seriesRecording.cancel
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/KalturaSeriesRecording'
            text/xml:
              schema:
                $ref: '#/components/schemas/KalturaSeriesRecording'
        x-Errors:
          description: '* `UserSuspended`: undefined

            * `RecordingStatusNotValid`: undefined

            * `SeriesRecordingNotFound`: undefined

            * `UserNotInDomain`: undefined

            * `RecordingNotFound`: undefined

            * `UserDoesNotExist`: undefined

            * `UserWithNoDomain`: undefined'
      tags:
      - seriesRecording
      x-kaltura-format: post
      x-kaltura-parameters:
      - id
      requestBody:
        content:
          application/json:
            schema:
              allOf:
              - $ref: '#/components/schemas/OTTRequest'
              properties:
                id:
                  type: integer
              type: object
  /service/seriesrecording/action/cancelByEpgId:
    post:
      description: Cancel EPG recording that was recorded as part of series
      operationId: seriesRecording.cancelByEpgId
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/KalturaSeriesRecording'
            text/xml:
              schema:
                $ref: '#/components/schemas/KalturaSeriesRecording'
        x-Errors:
          description: '* `SeriesRecordingNotFound`: undefined

            * `EpgIdNotPartOfSeries`: undefined

            * `UserNotInDomain`: undefined

            * `RecordingStatusNotValid`: undefined

            * `UserDoesNotExist`: undefined

            * `UserSuspended`: undefined

            * `UserWithNoDomain`: undefined

            * `RecordingNotFound`: undefined'
      tags:
      - seriesRecording
      x-kaltura-format: post
      x-kaltura-parameters:
      - id
      - epgId
      requestBody:
        content:
          application/json:
            schema:
              allOf:
              - $ref: '#/components/schemas/OTTRequest'
              properties:
                epgId:
                  type: integer
                id:
                  type: integer
              type: object
  /service/seriesrecording/action/cancelBySeasonNumber:
    post:
      description: Cancel Season recording epgs that was recorded as part of series
      operationId: seriesRecording.cancelBySeasonNumber
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/KalturaSeriesRecording'
            text/xml:
              schema:
                $ref: '#/components/schemas/KalturaSeriesRecording'
        x-Errors:
          description: '* `UserSuspended`: undefined

            * `UserWithNoDomain`: undefined

            * `RecordingNotFound`: undefined

            * `RecordingStatusNotValid`: undefined

            * `SeriesRecordingNotFound`: undefined

            * `SeasonNumberNotMatch`: undefined

            * `UserNotInDomain`: undefined

            * `UserDoesNotExist`: undefined'
      tags:
      - seriesRecording
      x-kaltura-format: post
      x-kaltura-parameters:
      - id
      - seasonNumber
      requestBody:
        content:
          application/json:
            schema:
              allOf:
              - $ref: '#/components/schemas/OTTRequest'
              properties:
                id:
                  type: integer
                seasonNumber:
                  type: integer
              type: object
  /service/seriesrecording/action/delete:
    post:
      description: Delete series recording(s). Delete series recording can be called recordings in any status
      operationId: seriesRecording.delete
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/KalturaSeriesRecording'
            text/xml:
              schema:
                $ref: '#/components/schemas/KalturaSeriesRecording'
        x-Errors:
          description: '* `UserDoesNotExist`: undefined

            * `RecordingNotFound`: undefined

            * `RecordingStatusNotValid`: undefined

            * `SeriesRecordingNotFound`: undefined

            * `UserNotInDomain`: undefined

            * `UserWithNoDomain`: undefined

            * `UserSuspended`: undefined'
      tags:
      - seriesRecording
      x-kaltura-format: post
      x-kaltura-parameters:
      - id
      requestBody:
        content:
          application/json:
            schema:
              allOf:
              - $ref: '#/components/schemas/OTTRequest'
              properties:
                id:
                  type: integer
              type: object
  /service/seriesrecording/action/deleteBySeasonNumber:
    post:
      description: Delete Season recording epgs that was recorded as part of series
      operationId: seriesRecording.deleteBySeasonNumber
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/KalturaSeriesRecording'
            text/xml:
              schema:
                $ref: '#/components/schemas/KalturaSeriesRecording'
        x-Errors:
          description: '* `UserNotInDomain`: undefined

            * `UserWithNoDomain`: undefined

            * `UserSuspended`: undefined

            * `RecordingStatusNotValid`: undefined

            * `SeriesRecordingNotFound`: undefined

            * `SeasonNumberNotMatch`: undefined

            * `RecordingNotFound`: undefined

            * `UserDoesNotExist`: undefined'
      tags:
      - seriesRecording
      x-kaltura-format: post
      x-kaltura-parameters:
      - id
      - seasonNumber
      requestBody:
        content:
          application/json:
            schema:
              allOf:
              - $ref: '#/components/schemas/OTTRequest'
              properties:
                id:
                  type: integer
                seasonNumber:
                  type: integer
              type: object
  /service/seriesrecording/action/list:
    post:
      description: Return a list of series recordings for the household with optional filter by status and KSQL.
      operationId: seriesRecording.list
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/KalturaSeriesRecordingListResponse'
            text/xml:
              schema:
                $ref: '#/components/schemas/KalturaSeriesRecordingListResponse'
        x-Errors:
          description: '* `UserWithNoDomain`: undefined

            * `UserNotInDomain`: undefined

            * `UserDoesNotExist`: undefined

            * `UserSuspended`: undefined'
      tags:
      - seriesRecording
      x-kaltura-format: post
      x-kaltura-parameters:
      - filter
      requestBody:
        content:
          application/json:
            schema:
              allOf:
              - $ref: '#/components/schemas/OTTRequest'
              properties:
                filter:
                  $ref: '#/components/schemas/KalturaSeriesRecordingFilter'
              type: object
components:
  schemas:
    KalturaReportFilter:
      allOf:
      - $ref: '#/components/schemas/KalturaFilter'
      description: '`abstract`


        Report filter'
      discriminator:
        propertyName: objectType
      oneOf:
      - $ref: '#/components/schemas/KalturaDeviceReportFilter'
      properties:
        objectType:
          enum:
          - KalturaDeviceReportFilter
          type: string
        orderBy:
          enum:
          - NONE
          type: string
          x-enumLabels:
          - NONE
          x-enumType: KalturaReportOrderBy
      title: KalturaReportFilter
      type: object
    KalturaChannelsFilter:
      allOf:
      - $ref: '#/components/schemas/KalturaFilter'
      properties:
        idEqual:
          description: channel identifier to filter by
          type: integer
        nameEqual:
          description: Exact channel name to filter by
          type: string
        nameStartsWith:
          description: Channel name starts with (autocomplete)
          type: string
        orderBy:
          enum:
          - NONE
          - NAME_ASC
          - NAME_DESC
          - CREATE_DATE_ASC
          - CREATE_DATE_DESC
          type: string
          x-enumLabels:
          - NONE
          - NAME_ASC
          - NAME_DESC
          - CREATE_DATE_ASC
          - CREATE_DATE_DESC
          x-enumType: KalturaChannelsOrderBy
      title: KalturaChannelsFilter
      type: object
    KalturaPersonalFeedFilter:
      allOf:
      - $ref: '#/components/schemas/KalturaFilter'
      properties:
        orderBy:
          enum:
          - RELEVANCY_DESC
          - NAME_ASC
          - NAME_DESC
          - VIEWS_DESC
          - RATINGS_DESC
          - VOTES_DESC
          - START_DATE_DESC
          - START_DATE_ASC
          type: string
          x-enumLabels:
          - RELEVANCY_DESC
          - NAME_ASC
          - NAME_DESC
          - VIEWS_DESC
          - RATINGS_DESC
          - VOTES_DESC
          - START_DATE_DESC
          - START_DATE_ASC
          x-enumType: KalturaPersonalFeedOrderBy
      title: KalturaPersonalFeedFilter
      type: object
    KalturaSeriesRecordingFilter:
      allOf:
      - $ref: '#/components/schemas/KalturaFilter'
      description: Filtering recordings
      properties:
        orderBy:
          enum:
          - START_DATE_ASC
          - START_DATE_DESC
          - ID_ASC
          - ID_DESC
          - SERIES_ID_ASC
          - SERIES_ID_DESC
          type: string
          x-enumLabels:
          - START_DATE_ASC
          - START_DATE_DESC
          - ID_ASC
          - ID_DESC
          - SERIES_ID_ASC
          - SERIES_ID_DESC
          x-enumType: KalturaSeriesRecordingOrderBy
      title: KalturaSeriesRecordingFilter
      type: object
    KalturaBooleanValue:
      allOf:
      - $ref: '#/components/schemas/KalturaValue'
      description: A string representation to return an array of booleans
      properties:
        value:
          description: Value
          type: boolean
      title: KalturaBooleanValue
      type: object
    KalturaSearchHistoryFilter:
      allOf:
      - $ref: '#/components/schemas/KalturaFilter'
      properties:
        orderBy:
          enum:
          - NONE
          type: string
          x-enumLabels:
          - NONE
          x-enumType: KalturaSearchHistoryOrderBy
      title: KalturaSearchHistoryFilter
      type: object
    KalturaSubscriptionSetFilter:
      allOf:
      - $ref: '#/components/schemas/KalturaFilter'
      properties:
        idIn:
          description: Comma separated identifiers
          type: string
        orderBy:
          enum:
          - NAME_ASC
          - NAME_DESC
          type: string
          x-enumLabels:
          - NAME_ASC
          - NAME_DESC
          x-enumType: KalturaSubscriptionSetOrderBy
        subscriptionIdContains:
          description: Comma separated subscription identifiers
          type: string
        typeEqual:
          description: 'Enum Type: `KalturaSubscriptionSetType`


            Subscription Type'
          enum:
          - SWITCH
          - DEPENDENCY
          type: string
          x-enumLabels:
          - SWITCH
          - DEPENDENCY
          x-enumType: KalturaSubscriptionSetType
      title: KalturaSubscriptionSetFilter
      type: object
    KalturaFollowTvSeriesFilter:
      allOf:
      - $ref: '#/components/schemas/KalturaFilter'
      properties:
        orderBy:
          enum:
          - START_DATE_DESC
          - START_DATE_ASC
          type: string
          x-enumLabels:
          - START_DATE_DESC
          - START_DATE_ASC
          x-enumType: KalturaFollowTvSeriesOrderBy
      title: KalturaFollowTvSeriesFilter
      type: object
    KalturaAssetReminderFilter:
      allOf:
      - $ref: '#/components/schemas/KalturaReminderFilter'
      properties:
        orderBy:
          enum:
          - RELEVANCY_DESC
          - NAME_ASC
          - NAME_DESC
          - VIEWS_DESC
          - RATINGS_DESC
          - VOTES_DESC
          - START_DATE_DESC
          - START_DATE_ASC
          - LIKES_DESC
          type: string
          x-enumLabels:
          - RELEVANCY_DESC
          - NAME_ASC
          - NAME_DESC
          - VIEWS_DESC
          - RATINGS_DESC
          - VOTES_DESC
          - START_DATE_DESC
          - START_DATE_ASC
          - LIKES_DESC
          x-enumType: KalturaAssetReminderOrderBy
      title: KalturaAssetReminderFilter
      type: object
    KalturaFilter:
      description: '`abstract`'
      discriminator:
        propertyName: objectType
      oneOf:
      - $ref: '#/components/schemas/KalturaRelatedObjectFilter'
      - $ref: '#/components/schemas/KalturaChannelsFilter'
      - $ref: '#/components/schemas/KalturaMediaFileFilter'
      - $ref: '#/components/schemas/KalturaImageFilter'
      - $ref: '#/components/schemas/KalturaImageTypeFilter'
      - $ref: '#/components/schemas/KalturaTagFilter'
      - $ref: '#/components/schemas/KalturaAssetStructFilter'
      - $ref: '#/components/schemas/KalturaCurrencyFilter'
      - $ref: '#/components/schemas/KalturaPersistedFilter'
      - $ref: '#/components/schemas/KalturaCollectionFilter'
      - $ref: '#/components/schemas/KalturaPricePlanFilter'
      - $ref: '#/components/schemas/KalturaPriceDetailsFilter'
      - $ref: '#/components/schemas/KalturaSubscriptionSetFilter'
      - $ref: '#/components/schemas/KalturaLanguageFilter'
      - $ref: '#/components/schemas/KalturaMetaFilter'
      - $ref: '#/components/schemas/KalturaCountryFilter'
      - $ref: '#/components/schemas/KalturaSearchHistoryFilter'
      - $ref: '#/components/schemas/KalturaConfigurationsFilter'
      - $ref: '#/components/schemas/KalturaReportFilter'
      - $ref: '#/components/schemas/KalturaConfigurationGroupTagFilter'
      - $ref: '#/components/schemas/KalturaConfigurationGroupDeviceFilter'
      - $ref: '#/components/schemas/KalturaHouseholdDeviceFilter'
      - $ref: '#/components/schemas/KalturaRegionFilter'
      - $ref: '#/components/schemas/KalturaUserAssetRuleFilter'
      - $ref: '#/components/schemas/KalturaParentalRuleFilter'
      - $ref: '#/components/schemas/KalturaExportTaskFilter'
      - $ref: '#/components/schemas/KalturaAssetCommentFilter'
      - $ref: '#/components/schemas/KalturaBookmarkFilter'
      - $ref: '#/components/schemas/KalturaSeriesRecordingFilter'
      - $ref: '#/components/schemas/KalturaProductPriceFilter'
      - $ref: '#/components/schemas/KalturaEntitlementFilter'
      - $ref: '#/components/schemas/KalturaTransactionHistoryFilter'
      - $ref: '#/components/schemas/KalturaUserRoleFilter'
      - $ref: '#/components/schemas/KalturaPaymentMethodProfileFilter'
      - $ref: '#/components/schemas/KalturaAssetHistoryFilter'
      - $ref: '#/components/schemas/KalturaRecordingContextFilter'
      - $ref: '#/components/schemas/KalturaRecordingFilter'
      - $ref: '#/components/schemas/KalturaHouseholdUserFilter'
      - $ref: '#/components/schemas/KalturaEngagementFilter'
      - $ref: '#/components/schemas/KalturaReminderFilter'
      - $ref: '#/components/schemas/KalturaFollowTvSeriesFilter'
      - $ref: '#/components/schemas/KalturaInboxMessageFilter'
      - $ref: '#/components/schemas/KalturaAnnouncementFilter'
      - $ref: '#/components/schemas/KalturaPersonalFeedFilter'
      - $ref: '#/components/schemas/KalturaTopicFilter'
      - $ref: '#/components/schemas/KalturaSubscriptionFilter'
      - $ref: '#/components/schemas/KalturaSocialCommentFilter'
      - $ref: '#/components/schemas/KalturaSocialFriendActivityFilter'
      - $ref: '#/components/schemas/KalturaSocialActionFilter'
      - $ref: '#/components/schemas/KalturaFavoriteFilter'
      - $ref: '#/components/schemas/KalturaOTTUserFilter'
      properties:
        objectType:
          enum:
          - KalturaRelatedObjectFilter
          - KalturaChannelsFilter
          - KalturaMediaFileFilter
          - KalturaImageFilter
          - KalturaImageTypeFilter
          - KalturaTagFilter
          - KalturaAssetStructFilter
          - KalturaCurrencyFilter
          - KalturaPersistedFilter
          - KalturaCollectionFilter
          - KalturaPricePlanFilter
          - KalturaPriceDetailsFilter
          - KalturaSubscriptionSetFilter
          - KalturaLanguageFilter
          - KalturaMetaFilter
          - KalturaCountryFilter
          - KalturaSearchHistoryFilter
          - KalturaConfigurationsFilter
          - KalturaReportFilter
          - KalturaConfigurationGroupTagFilter
          - KalturaConfigurationGroupDeviceFilter
          - KalturaHouseholdDeviceFilter
          - KalturaRegionFilter
          - KalturaUserAssetRuleFilter
          - KalturaParentalRuleFilter
          - KalturaExportTaskFilter
          - KalturaAssetCommentFilter
          - KalturaBookmarkFilter
          - KalturaSeriesRecordingFilter
          - KalturaProductPriceFilter
          - KalturaEntitlementFilter
          - KalturaTransactionHistoryFilter
          - KalturaUserRoleFilter
          - KalturaPaymentMethodProfileFilter
          - KalturaAssetHistoryFilter
          - KalturaRecordingContextFilter
          - KalturaRecordingFilter
          - KalturaHouseholdUserFilter
          - KalturaEngagementFilter
          - KalturaReminderFilter
          - KalturaFollowTvSeriesFilter
          - KalturaInboxMessageFilter
          - KalturaAnnouncementFilter
          - KalturaPersonalFeedFilter
          - KalturaTopicFilter
          - KalturaSubscriptionFilter
          - KalturaSocialCommentFilter
          - KalturaSocialFriendActivityFilter
          - KalturaSocialActionFilter
          - KalturaFavoriteFilter
          - KalturaOTTUserFilter
          type: string
        orderBy:
          description: order by
          type: string
      title: KalturaFilter
      type: object
    KalturaTopicFilter:
      allOf:
      - $ref: '#/components/schemas/KalturaFilter'
      properties:
        orderBy:
          enum:
          - NONE
          type: string
          x-enumLabels:
          - NONE
          x-enumType: KalturaTopicOrderBy
      title: KalturaTopicFilter
      type: object
    KalturaAssetFilter:
      allOf:
      - $ref: '#/components/schemas/KalturaPersistedFilter'
      properties:
        dynamicOrderBy:
          $ref: '#/components/schemas/KalturaDynamicOrderBy'
        orderBy:
          enum:
          - RELEVANCY_DESC
          - NAME_ASC
          - NAME_DESC
          - VIEWS_DESC
          - RATINGS_DESC
          - VOTES_DESC
          - START_DATE_DESC
          - START_DATE_ASC
          - LIKES_DESC
          - CREATE_DATE_ASC
          - CREATE_DATE_DESC
          type: string
          x-enumLabels:
          - RELEVANCY_DESC
          - NAME_ASC
          - NAME_DESC
          - VIEWS_DESC
          - RATINGS_DESC
          - VOTES_DESC
          - START_DATE_DESC
          - START_DATE_ASC
          - LIKES_DESC
          - CREATE_DATE_ASC
          - CREATE_DATE_DESC
          x-enumType: KalturaAssetOrderBy
      title: KalturaAssetFilter
      type: object
    KalturaEngagementFilter:
      allOf:
      - $ref: '#/components/schemas/KalturaFilter'
      properties:
        orderBy:
          enum:
          - NONE
          type: string
          x-enumLabels:
          - NONE
          x-enumType: KalturaEngagementOrderBy
        sendTimeGreaterThanOrEqual:
          description: SendTime GreaterThanOrEqual
          type: integer
        typeIn:
          description: List of inbox message types to search within.
          type: string
      title: KalturaEngagementFilter
      type: object
    KalturaSocialActionFilter:
      allOf:
      - $ref: '#/components/schemas/KalturaFilter'
      properties:
        actionTypeIn:
          description: Comma separated list of social actions to filter by
          type: string
        assetIdIn:
          description: Comma separated list of asset identifiers.
          type: string
        assetTypeEqual:
          description: 'Enum Type: `KalturaAssetType`


            Asset Type'
          enum:
          - media
          - recording
          - epg
          type: string
          x-enumLabels:
          - MEDIA
          - RECORDING
          - EPG
          x-enumType: KalturaAssetType
        orderBy:
          enum:
          - NONE
          type: string
          x-enumLabels:
          - NONE
          x-enumType: KalturaSocialActionOrderBy
      title: KalturaSocialActionFilter
      type: object
    KalturaImageTypeFilter:
      allOf:
      - $ref: '#/components/schemas/KalturaFilter'
      properties:
        idIn:
          description: IDs to filter by
          type: string
        orderBy:
          enum:
          - NONE
          type: string
          x-enumLabels:
          - NONE
          x-enumType: KalturaImageTypeOrderBy
        ratioIdIn:
          description: Ratio IDs to filter by
          type: string
      title: KalturaImageTypeFilter
      type: object
    KalturaCountryFilter:
      allOf:
      - $ref: '#/components/schemas/KalturaFilter'
      description: Country filter
      properties:
        idIn:
          description: Country identifiers
          type: string
        ipEqual:
          description: Ip to identify the country
          type: string
        ipEqualCurrent:
          description: Indicates if to get the IP from the request
          type: boolean
        orderBy:
          enum:
          - NAME_ASC
          type: string
          x-enumLabels:
          - NAME_ASC
          x-enumType: KalturaCountryOrderBy
      title: KalturaCountryFilter
      type: object
    KalturaConfigurationGroupDeviceFilter:
      allOf:
      - $ref: '#/components/schemas/KalturaFilter'
      description: Configuration group device filter
      properties:
        configurationGroupIdEqual:
          description: the ID of the configuration group for which to return related configurations group devices
          type: string
        orderBy:
          enum:
          - NONE
          type: string
          x-enumLabels:
          - NONE
          x-enumType: KalturaConfigurationGroupDeviceOrderBy
      title: KalturaConfigurationGroupDeviceFilter
      type: object
    KalturaHouseholdDeviceFilter:
      allOf:
      - $ref: '#/components/schemas/KalturaFilter'
      properties:
        deviceFamilyIdIn:
          description: Device family Ids
          type: string
        householdIdEqual:
          description: The identifier of the household
          type: integer
        orderBy:
          enum:
          - NONE
          type: string
          x-enumLabels:
          - NONE
          x-enumType: KalturaHouseholdDeviceOrderBy
      title: KalturaHouseholdDeviceFilter
      type: object
    KalturaSeasonsReminderFilter:
      allOf:
      - $ref: '#/components/schemas/KalturaReminderFilter'
      properties:
        epgChannelIdEqual:
          description: EPG channel ID
          type: integer
        seasonNumberIn:
          description: Comma separated season numbers
          type: string
        seriesIdEqual:
          description: Series ID
          type: string
      title: KalturaSeasonsReminderFilter
      type: object
    KalturaRecordingFilter:
      allOf:
      - $ref: '#/components/schemas/KalturaFilter'
      description: Filtering recordings
      properties:
        filterExpression:
          description: KSQL expression
          type: string
        orderBy:
          enum:
          - TITLE_ASC
          - TITLE_DESC
          - START_DATE_ASC
          - START_DATE_DESC
          type: string
          x-enumLabels:
          - TITLE_ASC
          - TITLE_DESC
          - START_DATE_ASC
          - START_DATE_DESC
          x-enumType: KalturaRecordingOrderBy
        statusIn:
          description: Recording Statuses
          type: string
      title: KalturaRecordingFilter
      type: object
    KalturaUserRoleFilter:
      allOf:
      - $ref: '#/components/schemas/KalturaFilter'
      description: User roles filter
      properties:
        currentUserRoleIdsContains:
          description: Indicates whether the results should be filtered by userId using the current
          type: boolean
        idIn:
          description: Comma separated roles identifiers
          type: string
        orderBy:
          enum:
          - NONE
          type: string
          x-enumLabels:
          - NONE
          x-enumType: KalturaUserRoleOrderBy
      title: KalturaUserRoleFilter
      type: object
    KalturaInboxMessageFilter:
      allOf:
      - $ref: '#/components/schemas/KalturaFilter'
      properties:
        createdAtGreaterThanOrEqual:
          description: createdAtGreaterThanOrEqual
          type: integer
        createdAtLessThanOrEqual:
          description: createdAtLessThanOrEqual
          type: integer
        orderBy:
          enum:
          - NONE
          type: string
          x-enumLabels:
          - NONE
          x-enumType: KalturaInboxMessageOrderBy
        typeIn:
          description: List of inbox message types to search within.
          type: string
      title: KalturaInboxMessageFilter
      type: object
    KalturaRegionFilter:
      allOf:
      - $ref: '#/components/schemas/KalturaFilter'
      properties:
        externalIdIn:
          description: List of comma separated regions external identifiers
          type: string
        orderBy:
          enum:
          - CREATE_DATE_ASC
          - CREATE_DATE_DESC
          type: string
          x-enumLabels:
          - CREATE_DATE_ASC
          - CREATE_DATE_DESC
          x-enumType: KalturaRegionOrderBy
      title: KalturaRegionFilter
      type: object
    KalturaRecordingContextFilter:
      allOf:
      - $ref: '#/components/schemas/KalturaFilter'
      description: Filtering assets
      properties:
        assetIdIn:
          description: Comma separated asset ids
          type: string
        orderBy:
          enum:
          - NONE
          type: string
          x-enumLabels:
          - NONE
          x-enumType: KalturaRecordingContextOrderBy
      title: KalturaRecordingContextFilter
      type: object
    KalturaProductPriceFilter:
      allOf:
      - $ref: '#/components/schemas/KalturaFilter'
      properties:
        collectionIdIn:
          description: Comma separated collections identifiers
          type: string
        couponCodeEqual:
          description: Discount coupon code
          type: string
        fileIdIn:
          description: Comma separated media files identifiers
          type: string
        isLowest:
          description: A flag that indicates if only the lowest price of an item should return
          type: boolean
        orderBy:
          enum:
          - PRODUCT_ID_ASC
          - PRODUCT_ID_DESC
          type: string
          x-enumLabels:
          - PRODUCT_ID_ASC
          - PRODUCT_ID_DESC
          x-enumType: KalturaProductPriceOrderBy
        subscriptionIdIn:
          description: Comma separated subscriptions identifiers
          type: string
      title: KalturaProductPriceFilter
      type: object
    KalturaSeriesRecording:
      properties:
        channelId:
          description: Kaltura ChannelId
          type: integer
        createDate:
          description: '`readOnly`


            Specifies when was the series recording created. Date and time represented as epoch.'
          readOnly: true
          type: integer
        epgId:
          description: Kaltura EpgId
          type: integer
        excludedSeasons:
          items:
            $ref: '#/components/schemas/KalturaIntegerValue'
          type: array
        id:
          description: '`readOnly`


            Kaltura unique ID representing the series recording identifier'
          readOnly: true
          type: integer
        seasonNumber:
          description: Kaltura SeasonNumber
          type: integer
        seriesId:
          description: Kaltura SeriesId
          type: string
        type:
          description: 'Enum Type: `KalturaRecordingType`


            Recording Type: single/series/season'
          enum:
          - SINGLE
          - SEASON
          - SERIES
          type: string
          x-enumLabels:
          - SINGLE
          - SEASON
          - SERIES
          x-enumType: KalturaRecordingType
        updateDate:
          description: '`readOnly`


            Specifies when was the series recording last updated. Date and time represented as epoch.'
          readOnly: true
          type: integer
      title: KalturaSeriesRecording
      type: object
    KalturaDoubleValue:
      allOf:
      - $ref: '#/components/schemas/KalturaValue'
      description: A string representation to return an array of doubles
      properties:
        value:
          description: Value
          type: number
      title: KalturaDoubleValue
      type: object
    KalturaLongValue:
      allOf:
      - $ref: '#/components/schemas/KalturaValue'
      description: A string representation to return an array of longs
      properties:
        value:
          description: Value
          type: integer
      title: KalturaLongValue
      type: object
    KalturaConfigurationsFilter:
      allOf:
      - $ref: '#/components/schemas/KalturaFilter'
      description: Configuration filter
      properties:
        configurationGroupIdEqual:
          description: the ID of the configuration group for which to return related configurations
          type: string
        orderBy:
          enum:
          - NONE
          type: string
          x-enumLabels:
          - NONE
          x-enumType: KalturaConfigurationsOrderBy
      title: KalturaConfigurationsFilter
      type: object
    KalturaAssetHistoryFilter:
      allOf:
      - $ref: '#/components/schemas/KalturaFilter'
      properties:
        assetIdIn:
          description: Comma separated list of asset identifiers.
          type: string
        daysLessThanOrEqual:
          description: How many days back to return the watched media. If omitted, default to 7 days
          type: integer
       

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