Kaltura · Schema
KalturaRecording
JSON Schema for KalturaRecording from Kaltura OTT API
VideoLive StreamingTranscodingMedia ManagementPlayerAnalyticsVirtual ClassroomOTTOpen-Source
Properties
| Name | Type | Description |
|---|---|---|
| assetId | integer | Kaltura unique ID representing the program identifier |
| createDate | integer | `readOnly` Specifies when was the recording created. Date and time represented as epoch. |
| id | integer | `readOnly` Kaltura unique ID representing the recording identifier |
| isProtected | boolean | `readOnly` Specifies whether or not the recording is protected |
| status | string | `readOnly` Enum Type: `KalturaRecordingStatus` Recording state: scheduled/recording/recorded/canceled/failed/does_not_exists/deleted |
| type | string | `readOnly` Enum Type: `KalturaRecordingType` Recording Type: single/season/series |
| updateDate | integer | `readOnly` Specifies when was the recording last updated. Date and time represented as epoch. |
| viewableUntilDate | integer | `readOnly` Specifies until when the recording is available for viewing. Date and time represented as epoch. |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "KalturaRecording",
"description": "JSON Schema for KalturaRecording from Kaltura OTT API",
"properties": {
"assetId": {
"description": "Kaltura unique ID representing the program identifier",
"type": "integer"
},
"createDate": {
"description": "`readOnly`\n\nSpecifies when was the recording created. Date and time represented as epoch.",
"readOnly": true,
"type": "integer"
},
"id": {
"description": "`readOnly`\n\nKaltura unique ID representing the recording identifier",
"readOnly": true,
"type": "integer"
},
"isProtected": {
"description": "`readOnly`\n\nSpecifies whether or not the recording is protected",
"readOnly": true,
"type": "boolean"
},
"status": {
"description": "`readOnly`\n\nEnum Type: `KalturaRecordingStatus`\n\nRecording state: scheduled/recording/recorded/canceled/failed/does_not_exists/deleted",
"enum": [
"SCHEDULED",
"RECORDING",
"RECORDED",
"CANCELED",
"FAILED",
"DELETED"
],
"readOnly": true,
"type": "string",
"x-enumLabels": [
"SCHEDULED",
"RECORDING",
"RECORDED",
"CANCELED",
"FAILED",
"DELETED"
],
"x-enumType": "KalturaRecordingStatus"
},
"type": {
"description": "`readOnly`\n\nEnum Type: `KalturaRecordingType`\n\nRecording Type: single/season/series",
"enum": [
"SINGLE",
"SEASON",
"SERIES"
],
"readOnly": true,
"type": "string",
"x-enumLabels": [
"SINGLE",
"SEASON",
"SERIES"
],
"x-enumType": "KalturaRecordingType"
},
"updateDate": {
"description": "`readOnly`\n\nSpecifies when was the recording last updated. Date and time represented as epoch.",
"readOnly": true,
"type": "integer"
},
"viewableUntilDate": {
"description": "`readOnly`\n\nSpecifies until when the recording is available for viewing. Date and time represented as epoch.",
"readOnly": true,
"type": "integer"
}
},
"type": "object"
}
Work with this as data
Every JSON Schema 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 schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/ott-KalturaRecording"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.