All Products
Search
Document Center

ApsaraVideo VOD:ListLiveRecordVideo

Last Updated:Jul 21, 2026

Retrieves the list of Live to VOD videos.

Operation description

A maximum of 5,000 records that match the specified filter conditions can be retrieved.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that supports authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

Action

Access level

Resource type

Condition key

Dependent action

vod:ListLiveRecordVideo

get

*All Resource

*

None None

Request parameters

Parameter

Type

Required

Description

Example

StreamName

string

No

The name of the live stream used during recording.

live-test

DomainName

string

No

The domain name used during recording.

example.com

AppName

string

No

The name of the application used during recording.

testApp

PageNo

integer

No

The page number. Default value: 1.

1

PageSize

integer

No

The number of entries per page. Maximum value: 100. Default value: 10.

10

SortBy

string

No

The sorting method for results. Valid values:

  • CreationTime:Desc (default): sorted by creation time in descending order.

  • CreationTime:Asc: sorted by creation time in ascending order.

CreationTime:Desc

StartTime

string

No

The start time of the recording operation (when the live stream recording begins). Format: yyyy-MM-ddTHH:mm:ssZ (UTC).

2017-01-11T12:00:00Z

EndTime

string

No

The end time of the recording operation (when the live stream recording begins). The end time must be later than the start time. Format: yyyy-MM-ddTHH:mm:ssZ (UTC).

2017-01-11T13:00:00Z

Response elements

Element

Type

Description

Example

object

Total

integer

The total number of videos.

123

RequestId

string

The request ID.

25818875-5F78-4A13-****-D7393642CA58

LiveRecordVideoList

object

LiveRecordVideo

array<object>

The video list.

array<object>

AppName

string

The name of the app.

testApp

PlaylistId

string

The ID of the playlist.

****

StreamName

string

The name of the live-to-VOD file.

live-test

RecordEndTime

string

The recording end time. The time is in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.

2017-12-08T08:44:56Z

RecordStartTime

string

The recording start time. The time is in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.

2017-12-08T07:40:56Z

DomainName

string

The domain name.

example.com

Video

object

The information about the live-to-VOD file.

CreationTime

string

The time when the audio or video file was created. The time is in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.

2017-12-08T07:40:56Z

Status

string

The status of the video. Valid values:

  • Uploading

  • UploadFail

  • UploadSuccess

  • Transcoding

  • TranscodeFail

  • Blocked

  • Normal: The video is normal.

Normal

CateId

integer

The ID of the video category.

78

VideoId

string

The ID of the video.

93ab850b4f6f*****54b6e91d24d81d4

Tags

string

The tags of the video. Multiple tags are separated with commas (,).

Tag 1, Tag 2

CateName

string

The category of the video.

Category name

Description

string

The description of the video file.

Alibaba Cloud VOD video description

Size

integer

The size of the source video file. Unit: bytes.

10897890

CoverURL

string

The URL of the video thumbnail.

https://image.example.com/coversample.jpg

TemplateGroupId

string

The ID of the transcoding template group.

1

Duration

number

The duration of the video file. Unit: seconds.

135.6

Title

string

The title of the video.

Alibaba Cloud VOD video title

ModifyTime

string

The time when the video was updated. The time is in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.

2017-12-08T09:40:56Z

Snapshots

object

Snapshot

array

The array of video snapshot URLs.

string

The video snapshot URL.

{"Snapshot":["http://image.example.com/snapshot/sample000001.jpg?auth_key=1498476426-0-0-f00b9455c49a423ce69cf4e273334f52","http://image.example.com/snapshot/sample00002.jpg?auth_key=1498476426-0-0-f00b9455c49a423ce69cf4e272434f52"]}

Examples

Success response

JSON format

{
  "Total": 123,
  "RequestId": "25818875-5F78-4A13-****-D7393642CA58",
  "LiveRecordVideoList": {
    "LiveRecordVideo": [
      {
        "AppName": "testApp",
        "PlaylistId": "****",
        "StreamName": "live-test",
        "RecordEndTime": "2017-12-08T08:44:56Z",
        "RecordStartTime": "2017-12-08T07:40:56Z",
        "DomainName": "example.com",
        "Video": {
          "CreationTime": "2017-12-08T07:40:56Z",
          "Status": "Normal",
          "CateId": 78,
          "VideoId": "93ab850b4f6f*****54b6e91d24d81d4",
          "Tags": "Tag 1, Tag 2",
          "CateName": "Category name",
          "Description": "Alibaba Cloud VOD video description",
          "Size": 10897890,
          "CoverURL": "https://image.example.com/coversample.jpg",
          "TemplateGroupId": "1",
          "Duration": 135.6,
          "Title": "Alibaba Cloud VOD video title",
          "ModifyTime": "2017-12-08T09:40:56Z",
          "Snapshots": {
            "Snapshot": [
              "{\"Snapshot\":[\"http://image.example.com/snapshot/sample000001.jpg?auth_key=1498476426-0-0-f00b9455c49a423ce69cf4e273334f52\",\"http://image.example.com/snapshot/sample00002.jpg?auth_key=1498476426-0-0-f00b9455c49a423ce69cf4e272434f52\"]}"
            ]
          }
        }
      }
    ]
  }
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.