Kaltura batch API

batch service lets you handle different batch process from remote machines. As opposed to other objects in the system, locking mechanism is critical in this case. For this reason the GetExclusiveXX, UpdateExclusiveXX and FreeExclusiveXX actions are important for the system's integrity. In general - updating batch object should be done only using the UpdateExclusiveXX which in turn can be called only after acquiring a batch object properly (using GetExclusiveXX). If an object was acquired and should be returned to the pool in it's initial state - use the FreeExclusiveXX action Terminology: LocationId ServerID ParternGroups

Operations 21

POST /service/batch/action/addBulkUploadResult #
POST /service/batch/action/addMediaInfo #
POST /service/batch/action/checkEntryIsDone #
POST /service/batch/action/checkFileExists #
POST /service/batch/action/cleanExclusiveJobs #
POST /service/batch/action/countBulkUploadEntries #
POST /service/batch/action/extendLockExpiration #
POST /service/batch/action/freeExclusiveJob #
POST /service/batch/action/getBulkUploadLastResult #
POST /service/batch/action/getExclusiveAlmostDone #
POST /service/batch/action/getExclusiveJobs #
POST /service/batch/action/getExclusiveNotificationJobs #
POST /service/batch/action/getQueueSize #
POST /service/batch/action/logConversion #
POST /service/batch/action/putFile #
POST /service/batch/action/resetJobExecutionAttempts #
POST /service/batch/action/suspendJobs #
POST /service/batch/action/updateBulkUploadResults #
POST /service/batch/action/updateExclusiveConvertCollectionJob #
POST /service/batch/action/updateExclusiveJob #
POST /service/batch/action/updatePartnerLoadTable #

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-batch-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-batch-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  description: The Kaltura OTT API
  title: Kaltura OTT accessControl Batch 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: "batch service lets you handle different batch process from remote machines.\n As opposed to other objects in the system, locking mechanism is critical in this case.\n For this reason the GetExclusiveXX, UpdateExclusiveXX and FreeExclusiveXX actions are important for the system's integrity.\n In general - updating batch object should be done only using the UpdateExclusiveXX which in turn can be called only after\n acquiring a batch object properly (using  GetExclusiveXX).\n If an object was acquired and should be returned to the pool in it's initial state - use the FreeExclusiveXX action\n Terminology:\n LocationId\n ServerID\n ParternGroups"
  name: batch
paths:
  /service/batch/action/addBulkUploadResult:
    post:
      description: batch addBulkUploadResultAction action adds KalturaBulkUploadResult to the DB
      operationId: batch.addBulkUploadResult
      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/KalturaBulkUploadResult'
            text/xml:
              schema:
                $ref: '#/components/schemas/KalturaBulkUploadResult'
      tags:
      - batch
      x-kaltura-format: post
      x-kaltura-parameters:
      - bulkUploadResult
      - pluginDataArray
      requestBody:
        content:
          application/json:
            schema:
              properties:
                bulkUploadResult:
                  $ref: '#/components/schemas/KalturaBulkUploadResult'
                pluginDataArray:
                  items:
                    $ref: '#/components/schemas/KalturaBulkUploadPluginData'
                  type: array
              required:
              - bulkUploadResult
              type: object
  /service/batch/action/addMediaInfo:
    post:
      description: batch addMediaInfoAction action saves a media info object
      operationId: batch.addMediaInfo
      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/KalturaMediaInfo'
            text/xml:
              schema:
                $ref: '#/components/schemas/KalturaMediaInfo'
        x-Errors:
          description: '* `FLAVOR_ASSET_ID_NOT_FOUND`: Flavor asset id "@ID@" not found'
      tags:
      - batch
      x-kaltura-format: post
      x-kaltura-parameters:
      - mediaInfo
      requestBody:
        content:
          application/json:
            schema:
              properties:
                mediaInfo:
                  $ref: '#/components/schemas/KalturaMediaInfo'
              required:
              - mediaInfo
              type: object
  /service/batch/action/checkEntryIsDone:
    post:
      description: batch checkEntryIsDone Check weather a specified entry is done converting and changes it to ready.
      operationId: batch.checkEntryIsDone
      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: boolean
            text/xml:
              schema:
                type: boolean
      tags:
      - batch
      x-kaltura-format: post
      x-kaltura-parameters:
      - batchJobId
      requestBody:
        content:
          application/json:
            schema:
              properties:
                batchJobId:
                  type: string
              required:
              - batchJobId
              type: object
  /service/batch/action/checkFileExists:
    post:
      description: batch checkFileExists action check if the file exists
      operationId: batch.checkFileExists
      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/KalturaFileExistsResponse'
            text/xml:
              schema:
                $ref: '#/components/schemas/KalturaFileExistsResponse'
      tags:
      - batch
      x-kaltura-format: post
      x-kaltura-parameters:
      - localPath
      - size
      requestBody:
        content:
          application/json:
            schema:
              properties:
                localPath:
                  type: string
                size:
                  type: number
              required:
              - localPath
              - size
              type: object
  /service/batch/action/cleanExclusiveJobs:
    post:
      description: batch cleanExclusiveJobs action mark as fatal error all expired jobs
      operationId: batch.cleanExclusiveJobs
      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:
      - batch
      x-kaltura-format: post
      x-kaltura-parameters: []
  /service/batch/action/countBulkUploadEntries:
    post:
      description: Returns total created entries count and total error entries count
      operationId: batch.countBulkUploadEntries
      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:
                items:
                  $ref: '#/components/schemas/KalturaKeyValue'
                type: array
            text/xml:
              schema:
                items:
                  $ref: '#/components/schemas/KalturaKeyValue'
                type: array
      tags:
      - batch
      x-kaltura-format: post
      x-kaltura-parameters:
      - bulkUploadJobId
      - bulkUploadObjectType
      requestBody:
        content:
          application/json:
            schema:
              properties:
                bulkUploadJobId:
                  type: integer
                bulkUploadObjectType:
                  enum:
                  - bulkUploadFilter.JOB
                  - scheduleBulkUpload.SCHEDULE_EVENT
                  - scheduleBulkUpload.SCHEDULE_RESOURCE
                  - '1'
                  - '2'
                  - '3'
                  - '4'
                  - '5'
                  - '6'
                  - '7'
                  type: string
                  x-enumLabels:
                  - JOB
                  - SCHEDULE_EVENT
                  - SCHEDULE_RESOURCE
                  - ENTRY
                  - CATEGORY
                  - USER
                  - CATEGORY_USER
                  - CATEGORY_ENTRY
                  - USER_ENTRY
                  - VENDOR_CATALOG_ITEM
                  x-enumType: KalturaBulkUploadObjectType
              required:
              - bulkUploadJobId
              type: object
  /service/batch/action/extendLockExpiration:
    post:
      description: batch extendLockExpiration action allows to extend the expiration of a BatchJobLock by job id
      operationId: batch.extendLockExpiration
      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
      tags:
      - batch
      x-kaltura-format: post
      x-kaltura-parameters:
      - jobId
      - maxExecutionTime
      requestBody:
        content:
          application/json:
            schema:
              properties:
                jobId:
                  type: integer
                maxExecutionTime:
                  type: integer
              required:
              - jobId
              - maxExecutionTime
              type: object
  /service/batch/action/freeExclusiveJob:
    post:
      description: batch freeExclusiveJobAction action allows to get a generic BatchJob
      operationId: batch.freeExclusiveJob
      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/KalturaFreeJobResponse'
            text/xml:
              schema:
                $ref: '#/components/schemas/KalturaFreeJobResponse'
      tags:
      - batch
      x-kaltura-format: post
      x-kaltura-parameters:
      - id
      - lockKey
      - jobType
      - resetExecutionAttempts
      requestBody:
        content:
          application/json:
            schema:
              properties:
                id:
                  type: integer
                jobType:
                  enum:
                  - ReachInternal.ReachInternalQueueHandler
                  - '0'
                  - caption.convertcaptionasset
                  - caption.parsemultilanguagecaptionasset
                  - captionSearch.parseCaptionAsset
                  - contentDistribution.DistributionDelete
                  - contentDistribution.DistributionDisable
                  - contentDistribution.DistributionEnable
                  - contentDistribution.DistributionFetchReport
                  - contentDistribution.DistributionSubmit
                  - contentDistribution.DistributionSync
                  - contentDistribution.DistributionUpdate
                  - dropFolder.DropFolderContentProcessor
                  - dropFolder.DropFolderWatcher
                  - eventNotification.EventNotificationHandler
                  - integration.Integration
                  - reach.EntryVendorTasksCsv
                  - reach.SyncReachCreditTask
                  - scheduledTask.ScheduledTask
                  - tagSearch.IndexTagsByPrivacyContext
                  - tagSearch.TagResolve
                  - virusScan.VirusScan
                  - widevine.WidevineRepositorySync
                  - '1'
                  - '2'
                  - '3'
                  - '4'
                  - '5'
                  - '6'
                  - '7'
                  - '10'
                  - '11'
                  - '14'
                  - '15'
                  - '16'
                  - '17'
                  - '18'
                  - '19'
                  - '20'
                  - '21'
                  - '22'
                  - '23'
                  - '24'
                  - '25'
                  - '26'
                  - '27'
                  - '28'
                  - '29'
                  - '30'
                  - '31'
                  - '32'
                  - '33'
                  - '34'
                  - '35'
                  - '36'
                  - '37'
                  - '38'
                  - '39'
                  - '40'
                  - '41'
                  - '42'
                  - '43'
                  - '44'
                  - '45'
                  - '46'
                  - '47'
                  - '48'
                  - '49'
                  - '50'
                  - '51'
                  - '52'
                  - '53'
                  - '54'
                  - '55'
                  - '56'
                  type: string
                  x-enumLabels:
                  - REACH_INTERNAL_QUEUE_HANDLER
                  - CONVERT
                  - CONVERT_CAPTION_ASSET
                  - PARSE_MULTI_LANGUAGE_CAPTION_ASSET
                  - PARSE_CAPTION_ASSET
                  - DISTRIBUTION_DELETE
                  - DISTRIBUTION_DISABLE
                  - DISTRIBUTION_ENABLE
                  - DISTRIBUTION_FETCH_REPORT
                  - DISTRIBUTION_SUBMIT
                  - DISTRIBUTION_SYNC
                  - DISTRIBUTION_UPDATE
                  - DROP_FOLDER_CONTENT_PROCESSOR
                  - DROP_FOLDER_WATCHER
                  - EVENT_NOTIFICATION_HANDLER
                  - INTEGRATION
                  - ENTRY_VENDOR_TASK_CSV
                  - SYNC_REACH_CREDIT_TASK
                  - SCHEDULED_TASK
                  - INDEX_TAGS
                  - TAG_RESOLVE
                  - VIRUS_SCAN
                  - WIDEVINE_REPOSITORY_SYNC
                  - IMPORT
                  - DELETE
                  - FLATTEN
                  - BULKUPLOAD
                  - DVDCREATOR
                  - DOWNLOAD
                  - OOCONVERT
                  - CONVERT_PROFILE
                  - POSTCONVERT
                  - EXTRACT_MEDIA
                  - MAIL
                  - NOTIFICATION
                  - CLEANUP
                  - SCHEDULER_HELPER
                  - BULKDOWNLOAD
                  - DB_CLEANUP
                  - PROVISION_PROVIDE
                  - CONVERT_COLLECTION
                  - STORAGE_EXPORT
                  - PROVISION_DELETE
                  - STORAGE_DELETE
                  - EMAIL_INGESTION
                  - METADATA_IMPORT
                  - METADATA_TRANSFORM
                  - FILESYNC_IMPORT
                  - CAPTURE_THUMB
                  - DELETE_FILE
                  - INDEX
                  - MOVE_CATEGORY_ENTRIES
                  - COPY
                  - CONCAT
                  - CONVERT_LIVE_SEGMENT
                  - COPY_PARTNER
                  - VALIDATE_LIVE_MEDIA_SERVERS
                  - SYNC_CATEGORY_PRIVACY_CONTEXT
                  - LIVE_REPORT_EXPORT
                  - RECALCULATE_CACHE
                  - LIVE_TO_VOD
                  - COPY_CAPTIONS
                  - CHUNKED_ENCODE_JOB_SCHEDULER
                  - SERVER_NODE_MONITOR
                  - USERS_CSV
                  - CLIP_CONCAT
                  - COPY_CUE_POINTS
                  - EXPORT_CSV
                  - REPORT_EXPORT
                  - LIVE_ENTRY_ARCHIVE
                  - STORAGE_UPDATE
                  - STORAGE_PERIODIC_EXPORT
                  - STORAGE_PERIODIC_PURGE
                  - STORAGE_PERIODIC_DELETE_LOCAL
                  - REACH_JOB_CLEANER
                  x-enumType: KalturaBatchJobType
                lockKey:
                  $ref: '#/components/schemas/KalturaExclusiveLockKey'
                resetExecutionAttempts:
                  default: false
                  type: boolean
              required:
              - id
              - lockKey
              - jobType
              type: object
  /service/batch/action/getBulkUploadLastResult:
    post:
      description: batch getBulkUploadLastResultAction action returns the last result of the bulk upload
      operationId: batch.getBulkUploadLastResult
      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/KalturaBulkUploadResult'
            text/xml:
              schema:
                $ref: '#/components/schemas/KalturaBulkUploadResult'
      tags:
      - batch
      x-kaltura-format: post
      x-kaltura-parameters:
      - bulkUploadJobId
      requestBody:
        content:
          application/json:
            schema:
              properties:
                bulkUploadJobId:
                  type: integer
              required:
              - bulkUploadJobId
              type: object
  /service/batch/action/getExclusiveAlmostDone:
    post:
      description: batch getExclusiveAlmostDone action allows to get a BatchJob that wait for remote closure
      operationId: batch.getExclusiveAlmostDone
      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:
                items:
                  $ref: '#/components/schemas/KalturaBatchJob'
                type: array
            text/xml:
              schema:
                items:
                  $ref: '#/components/schemas/KalturaBatchJob'
                type: array
      tags:
      - batch
      x-kaltura-format: post
      x-kaltura-parameters:
      - lockKey
      - maxExecutionTime
      - numberOfJobs
      - filter
      - jobType
      requestBody:
        content:
          application/json:
            schema:
              properties:
                filter:
                  $ref: '#/components/schemas/KalturaBatchJobFilter'
                jobType:
                  enum:
                  - ReachInternal.ReachInternalQueueHandler
                  - '0'
                  - caption.convertcaptionasset
                  - caption.parsemultilanguagecaptionasset
                  - captionSearch.parseCaptionAsset
                  - contentDistribution.DistributionDelete
                  - contentDistribution.DistributionDisable
                  - contentDistribution.DistributionEnable
                  - contentDistribution.DistributionFetchReport
                  - contentDistribution.DistributionSubmit
                  - contentDistribution.DistributionSync
                  - contentDistribution.DistributionUpdate
                  - dropFolder.DropFolderContentProcessor
                  - dropFolder.DropFolderWatcher
                  - eventNotification.EventNotificationHandler
                  - integration.Integration
                  - reach.EntryVendorTasksCsv
                  - reach.SyncReachCreditTask
                  - scheduledTask.ScheduledTask
                  - tagSearch.IndexTagsByPrivacyContext
                  - tagSearch.TagResolve
                  - virusScan.VirusScan
                  - widevine.WidevineRepositorySync
                  - '1'
                  - '2'
                  - '3'
                  - '4'
                  - '5'
                  - '6'
                  - '7'
                  - '10'
                  - '11'
                  - '14'
                  - '15'
                  - '16'
                  - '17'
                  - '18'
                  - '19'
                  - '20'
                  - '21'
                  - '22'
                  - '23'
                  - '24'
                  - '25'
                  - '26'
                  - '27'
                  - '28'
                  - '29'
                  - '30'
                  - '31'
                  - '32'
                  - '33'
                  - '34'
                  - '35'
                  - '36'
                  - '37'
                  - '38'
                  - '39'
                  - '40'
                  - '41'
                  - '42'
                  - '43'
                  - '44'
                  - '45'
                  - '46'
                  - '47'
                  - '48'
                  - '49'
                  - '50'
                  - '51'
                  - '52'
                  - '53'
                  - '54'
                  - '55'
                  - '56'
                  type: string
                  x-enumLabels:
                  - REACH_INTERNAL_QUEUE_HANDLER
                  - CONVERT
                  - CONVERT_CAPTION_ASSET
                  - PARSE_MULTI_LANGUAGE_CAPTION_ASSET
                  - PARSE_CAPTION_ASSET
                  - DISTRIBUTION_DELETE
                  - DISTRIBUTION_DISABLE
                  - DISTRIBUTION_ENABLE
                  - DISTRIBUTION_FETCH_REPORT
                  - DISTRIBUTION_SUBMIT
                  - DISTRIBUTION_SYNC
                  - DISTRIBUTION_UPDATE
                  - DROP_FOLDER_CONTENT_PROCESSOR
                  - DROP_FOLDER_WATCHER
                  - EVENT_NOTIFICATION_HANDLER
                  - INTEGRATION
                  - ENTRY_VENDOR_TASK_CSV
                  - SYNC_REACH_CREDIT_TASK
                  - SCHEDULED_TASK
                  - INDEX_TAGS
                  - TAG_RESOLVE
                  - VIRUS_SCAN
                  - WIDEVINE_REPOSITORY_SYNC
                  - IMPORT
                  - DELETE
                  - FLATTEN
                  - BULKUPLOAD
                  - DVDCREATOR
                  - DOWNLOAD
                  - OOCONVERT
                  - CONVERT_PROFILE
                  - POSTCONVERT
                  - EXTRACT_MEDIA
                  - MAIL
                  - NOTIFICATION
                  - CLEANUP
                  - SCHEDULER_HELPER
                  - BULKDOWNLOAD
                  - DB_CLEANUP
                  - PROVISION_PROVIDE
                  - CONVERT_COLLECTION
                  - STORAGE_EXPORT
                  - PROVISION_DELETE
                  - STORAGE_DELETE
                  - EMAIL_INGESTION
                  - METADATA_IMPORT
                  - METADATA_TRANSFORM
                  - FILESYNC_IMPORT
                  - CAPTURE_THUMB
                  - DELETE_FILE
                  - INDEX
                  - MOVE_CATEGORY_ENTRIES
                  - COPY
                  - CONCAT
                  - CONVERT_LIVE_SEGMENT
                  - COPY_PARTNER
                  - VALIDATE_LIVE_MEDIA_SERVERS
                  - SYNC_CATEGORY_PRIVACY_CONTEXT
                  - LIVE_REPORT_EXPORT
                  - RECALCULATE_CACHE
                  - LIVE_TO_VOD
                  - COPY_CAPTIONS
                  - CHUNKED_ENCODE_JOB_SCHEDULER
                  - SERVER_NODE_MONITOR
                  - USERS_CSV
                  - CLIP_CONCAT
                  - COPY_CUE_POINTS
                  - EXPORT_CSV
                  - REPORT_EXPORT
                  - LIVE_ENTRY_ARCHIVE
                  - STORAGE_UPDATE
                  - STORAGE_PERIODIC_EXPORT
                  - STORAGE_PERIODIC_PURGE
                  - STORAGE_PERIODIC_DELETE_LOCAL
                  - REACH_JOB_CLEANER
                  x-enumType: KalturaBatchJobType
                lockKey:
                  $ref: '#/components/schemas/KalturaExclusiveLockKey'
                maxExecutionTime:
                  type: integer
                numberOfJobs:
                  type: integer
              required:
              - lockKey
              - maxExecutionTime
              - numberOfJobs
              type: object
  /service/batch/action/getExclusiveJobs:
    post:
      description: batch getExclusiveJobsAction action allows to get a BatchJob
      operationId: batch.getExclusiveJobs
      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:
                items:
                  $ref: '#/components/schemas/KalturaBatchJob'
                type: array
            text/xml:
              schema:
                items:
                  $ref: '#/components/schemas/KalturaBatchJob'
                type: array
      tags:
      - batch
      x-kaltura-format: post
      x-kaltura-parameters:
      - lockKey
      - maxExecutionTime
      - numberOfJobs
      - filter
      - jobType
      - maxJobToPullForCache
      requestBody:
        content:
          application/json:
            schema:
              properties:
                filter:
                  $ref: '#/components/schemas/KalturaBatchJobFilter'
                jobType:
                  enum:
                  - ReachInternal.ReachInternalQueueHandler
                  - '0'
                  - caption.convertcaptionasset
                  - caption.parsemultilanguagecaptionasset
                  - captionSearch.parseCaptionAsset
                  - contentDistribution.DistributionDelete
                  - contentDistribution.DistributionDisable
                  - contentDistribution.DistributionEnable
                  - contentDistribution.DistributionFetchReport
                  - contentDistribution.DistributionSubmit
                  - contentDistribution.DistributionSync
                  - contentDistribution.DistributionUpdate
                  - dropFolder.DropFolderContentProcessor
                  - dropFolder.DropFolderWatcher
                  - eventNotification.EventNotificationHandler
                  - integration.Integration
                  - reach.EntryVendorTasksCsv
                  - reach.SyncReachCreditTask
                  - scheduledTask.ScheduledTask
                  - tagSearch.IndexTagsByPrivacyContext
                  - tagSearch.TagResolve
                  - virusScan.VirusScan
                  - widevine.WidevineRepositorySync
                  - '1'
                  - '2'
                  - '3'
                  - '4'
                  - '5'
                  - '6'
                  - '7'
                  - '10'
                  - '11'
                  - '14'
                  - '15'
                  - '16'
                  - '17'
                  - '18'
                  - '19'
                  - '20'
                  - '21'
                  - '22'
                  - '23'
                  - '24'
                  - '25'
                  - '26'
                  - '27'
                  - '28'
                  - '29'
                  - '30'
                  - '31'
                  - '32'
                  - '33'
                  - '34'
                  - '35'
                  - '36'
                  - '37'
                  - '38'
                  - '39'
                  - '40'
                  - '41'
                  - '42'
                  - '43'
                  - '44'
                  - '45'
                  - '46'
                  - '47'
                  - '48'
                  - '49'
                  - '50'
                  - '51'
                  - '52'
                  - '53'
                  - '54'
                  - '55'
                  - '56'
                  type: string
                  x-enumLabels:
                  - REACH_INTERNAL_QUEUE_HANDLER
                  - CONVERT
                  - CONVERT_CAPTION_ASSET
                  - PARSE_MULTI_LANGUAGE_CAPTION_ASSET
                  - PARSE_CAPTION_ASSET
                  - DISTRIBUTION_DELETE
                  - DISTRIBUTION_DISABLE
                  - DISTRIBUTION_ENABLE
                  - DISTRIBUTION_FETCH_REPORT
                  - DISTRIBUTION_SUBMIT
                  - DISTRIBUTION_SYNC
                  - DISTRIBUTION_UPDATE
                  - DROP_FOLDER_CONTENT_PROCESSOR
                  - DROP_FOLDER_WATCHER
                  - EVENT_NOTIFICATION_HANDLER
                  - INTEGRATION
                  - ENTRY_VENDOR_TASK_CSV
                  - SYNC_REACH_CREDIT_TASK
                  - SCHEDULED_TASK
                  - INDEX_TAGS
                  - TAG_RESOLVE
                  - VIRUS_SCAN
                  - WIDEVINE_REPOSITORY_SYNC
                  - IMPORT
                  - DELETE
                  - FLATTEN
                  - BULKUPLOAD
                  - DVDCREATOR
                  - DOWNLOAD
                  - OOCONVERT
                  - CONVERT_PROFILE
                  - POSTCONVERT
                  - EXTRACT_MEDIA
                  - MAIL
                  - NOTIFICATION
                  - CLEANUP
                  - SCHEDULER_HELPER
                  - BULKDOWNLOAD
                  - DB_CLEANUP
                  - PROVISION_PROVIDE
                  - CONVERT_COLLECTION
                  - STORAGE_EXPORT
                  - PROVISION_DELETE
                  - STORAGE_DELETE
                  - EMAIL_INGESTION
                  - METADATA_IMPORT
                  - METADATA_TRANSFORM
                  - FILESYNC_IMPORT
                  - CAPTURE_THUMB
                  - DELETE_FILE
                  - INDEX
                  - MOVE_CATEGORY_ENTRIES
                  - COPY
                  - CONCAT
                  - CONVERT_LIVE_SEGMENT
                  - COPY_PARTNER
                  - VALIDATE_LIVE_MEDIA_SERVERS
                  - SYNC_CATEGORY_PRIVACY_CONTEXT
                  - LIVE_REPORT_EXPORT
                  - RECALCULATE_CACHE
                  - LIVE_TO_VOD
                  - COPY_CAPTIONS
                  - CHUNKED_ENCODE_JOB_SCHEDULER
                  - SERVER_NODE_MONITOR
                  - USERS_CSV
                  - CLIP_CONCAT
                  - COPY_CUE_POINTS
                  - EXPORT_CSV
                  - REPORT_EXPORT
                  - LIVE_ENTRY_ARCHIVE
                  - STORAGE_UPDATE
                  - STORAGE_PERIODIC_EXPORT
                  - STORAGE_PERIODIC_PURGE
                  - STORAGE_PERIODIC_DELETE_LOCAL
                  - REACH_JOB_CLEANER
                  x-enumType: KalturaBatchJobType
                lockKey:
                  $ref: '#/components/schemas/KalturaExclusiveLockKey'
                maxExecutionTime:
                  type: integer
                maxJobToPullForCache:
                  default: 0
                  type: integer
                numberOfJobs:
                  type: integer
              required:
              - lockKey
              - maxExecutionTime
              - numberOfJobs
              type: object
  /service/batch/action/getExclusiveNotificationJobs:
    post:
      description: batch getExclusiveNotificationJob action allows to get a BatchJob of type NOTIFICATION
      operationId: batch.getExclusiveNotificationJobs
      parameters:
      - $ref: '#/components/parameters/ks'
      - $ref: '#/components/parameters/format'
      - $ref: '#/components/parameters/clientTag'
      - $ref: '#/components/parameters/partnerId'
      - $ref: '#/components/param

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