All Products
Search
Document Center

ApsaraVideo VOD:GetAuditHistory

Last Updated:Jul 19, 2024

Queries the manual review history.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
VideoIdstringYes

The ID of the video.

93ab850b4f6f44*****6e91d24d81d4
PageNolongNo

The number of the page to return. Default value: 1.

1
PageSizelongNo

The number of entries to return on each page. Default value: 10. Maximum value: 100.

10
SortBystringNo

The sorting rule of the results. Valid values:

  • CreationTime:Desc: sorts the results based on the creation time in descending order. This is the default value.
  • CreationTime:Asc: sorts the results based on the creation time in ascending order.
CreationTime:Desc

Response parameters

ParameterTypeDescriptionExample
object
Statusstring

The manual review result. Valid values:

  • Normal: The video can be played.
  • Blocked: The video is blocked.
Normal
RequestIdstring

The ID of the request.

04F0F334-1335-43*****D7-6C044FE73368
Totallong

The total number of review records.

2
Historiesarray<object>

The review records.

object
Statusstring

The manual review result. Valid values:

  • Normal: The video can be played.
  • Blocked: The video is blocked.
Blocked
CreationTimestring

The time when the review record was created. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.

2017-01-11T12:00:00Z
Commentstring

The review comments, which are provided by the reviewer.

Contains nudity
Reasonstring

The reason why the video failed the review. If the video failed the review, specify the reason.

Pornographic video
Auditorstring

The reviewer.

auditor

Examples

Sample success responses

JSONformat

{
  "Status": "Normal",
  "RequestId": "04F0F334-1335-43*****D7-6C044FE73368",
  "Total": 2,
  "Histories": [
    {
      "Status": "Blocked",
      "CreationTime": "2017-01-11T12:00:00Z",
      "Comment": "Contains nudity",
      "Reason": "Pornographic video",
      "Auditor": "auditor"
    }
  ]
}

Error codes

For a list of error codes, visit the Service error codes.