All Products
Search
Document Center

Intelligent Media Services:QueryTraceAbJobList

Last Updated:Dec 23, 2025

Queries A/B 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:QueryTraceAbJobListnone
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
JobIdstringNo

The job ID. You can obtain the value of this parameter from the response of the SubmitTraceAbJob operation.

****d80e4e4044975745c14b****
TraceMediaIdstringNo

The media ID for the trace watermark. You can obtain this from the response of the SubmitTraceAbJob operation.

****437bd2b51105d07b12a9****
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
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 file information.

oss://bucket/object
Outputobject

Information about the output path for the A/B stream.

Typestring

The type of the output file. Valid values:

  1. OSS: an OSS object.
  2. Media: a media asset.
OSS
Mediastring

The output directory.

oss://bucket/dir/
JobIdstring

The job ID.

bfb786c639894f4d80648792021eff90
Levellong

The watermark level.

2
TraceMediaIdstring

The media ID for the trace watermark.

****437bd2b51105d07b12a9****
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.

13466932****
Messagestring

The message returned.

ok
RequestIdstring

The ID of the request.

******11-DB8D-4A9A-875B-275798******
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/dir/"
      },
      "JobId": "bfb786c639894f4d80648792021eff90",
      "Level": 2,
      "TraceMediaId": "****437bd2b51105d07b12a9****",
      "Result": {
        "Code": "success",
        "Message": "ok"
      },
      "Status": "success",
      "UserData": 123,
      "UserId": 0
    }
  ],
  "Message": "ok",
  "RequestId": "******11-DB8D-4A9A-875B-275798******",
  "StatusCode": 200
}

Error codes

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