All Products
Search
Document Center

Intelligent Media Services:QueryCopyrightJobList

Last Updated:Nov 10, 2025

Queries copyright watermarking jobs.

Operation description

  • This operation is supported only in the China (Shanghai) and China (Beijing) regions.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • For mandatory resource types, indicate with a prefix of * .
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
ice:QueryCopyrightJobListnone
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
CreateTimeStartlongNo

The start of the creation time range for the query, in UNIX timestamp format.

1627357322
CreateTimeEndlongNo

The end of the creation time range for the query, in UNIX timestamp format.

1627357325
JobIdstringNo

The job ID.

****cdb3e74639973036bc84****
LevellongNo

The watermark level, indicating the color channel for embedding. 0: U. 1: UV. 2: YUV.

0
PageNumberlongNo

The page number.

0
PageSizelongNo

The number of entries to return on each page.

10

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

Dataarray<object>

The data returned.

Dataobject

The data returned.

GmtCreatelong

The creation time of the job.

1627357322
GmtModifiedlong

The last modification time of the job.

1627357322
Inputobject

Information about the input video for watermarking.

Typestring

The type of the input file. Valid values:

  1. OSS: an Object Storage Service (OSS) object.
  2. Media: a media asset.
OSS
Mediastring

The specific input information.

oss://bucket/object
Outputobject

Information about the watermarked output video.

Typestring

The type of the output file. Valid values:

  • OSS: an OSS object.
  • Media: a media asset.
OSS
Mediastring

The specific output information.

oss://bucket/object
JobIdstring

The job ID.

bfb786c639894f4d80648792021****
Levellong

The watermark level.

2
Messagestring

The content of the embedded watermark.

test
Resultstring

The job result.

{"Code":"success","Message":"ok"}
Statusstring

The status of the job.

success
UserDatastring

The user-defined data.

123
UserIdlong

The ID of the user who initiated the job.

1346693***
Messagestring

The message returned.

ok
RequestIdstring

The ID of the request.

******36-3C1E-4417-BDB2-1E034F******
StatusCodelong

The status code.

200

Examples

Sample success responses

JSONformat

{
  "Data": [
    {
      "GmtCreate": 1627357322,
      "GmtModified": 1627357322,
      "Input": {
        "Type": "OSS",
        "Media": "oss://bucket/object"
      },
      "Output": {
        "Type": "OSS",
        "Media": "oss://bucket/object"
      },
      "JobId": "bfb786c639894f4d80648792021****",
      "Level": 2,
      "Message": "test",
      "Result": {
        "Code": "success",
        "Message": "ok"
      },
      "Status": "success",
      "UserData": 123,
      "UserId": 0
    }
  ],
  "Message": "ok",
  "RequestId": "******36-3C1E-4417-BDB2-1E034F******",
  "StatusCode": 200
}

Error codes

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