BatchGetYikeAIAppJob

更新时间:
复制 MD 格式

Retrieves a batch of Yike AI Application Generation Tasks.

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

ice:BatchGetYikeAIAppJob

get

*All Resource

*

None None

Request syntax

GET  HTTP/1.1

Request parameters

Parameter

Type

Required

Description

Example

JobIds

string

No

A list of job IDs, separated by commas.

cec2c13da767c090,ca3d3c9737f04586

Response elements

Element

Type

Description

Example

object

RequestId

string

The ID of the request.

******11-DB8D-4A9A-875B-275798******

JobList

array<object>

The list of jobs. Each object mirrors the details returned by the GetYikeAIAppJob operation.

array<object>

A job object.

AppId

string

The ID of the application.

9e09955d662a

AppInputConfig

string

The AI application's input parameters, formatted as a JSON-serialized string.

{\"LoadImage.1.TargetImage\":\"MediaId1\"}

ExecutionFinishTime

string

The time the job execution finished. The time is in UTC and formatted as yyyy-MM-ddTHH:mm:ssZ.

2026-02-06T18:53:34.001+08:00

ExecutionStartTime

string

The time the job execution started. The time is in UTC and formatted as yyyy-MM-ddTHH:mm:ssZ.

2026-02-06T18:53:18.809+08:00

FolderId

string

The ID of the folder.

pd_0617169475

JobId

string

The ID of the job.

****a046-263c-3560-978a-fb287782****

ProductionId

string

The ID of the project.

pd_0617169475

Result

object

The execution result of the job.

ImageResult

array<object>

The image result.

object

An image result object.

MediaId

string

The ID of the media asset.

318d6350a57d71f08c9ae7f7d4496302

OutputUrl

string

The output URL.

https://dtlive-bj.oss-cn-beijing.aliyuncs.com/cover/01e1271d-ff4f-4689-9c20-e1df81486859_open_live_cover.jpg

AudioResult

array<object>

The audio result.

object

An audio result object.

MediaId

string

The ID of the media asset.

bb1dfa20a0c971f08c94e7f6d6496202

OutputUrl

string

The output URL.

https://dtlive-bj.oss-cn-beijing.aliyuncs.com/cover/01e1271d-ff4f-4689-9c20-e1df81486859_open_live_cover.mp3

VideoResult

array<object>

The video result.

object

A video result object.

MediaId

string

The ID of the media asset.

ec2de25068fd71f0a48cf7e6c4596302

OutputUrl

string

The output URL.

https://dtlive-bj.oss-cn-beijing.aliyuncs.com/cover/01e1271d-ff4f-4689-9c20-e1df81486859_open_live_cover.mp4

Status

string

The status of the job. Valid values are:

  • Created: The job has been created.

  • Queuing: The job is in the queue.

  • Executing: The job is executing.

  • Finished: The job completed successfully.

  • Failed: The job failed to complete.

Created

Examples

Success response

JSON format

{
  "RequestId": "******11-DB8D-4A9A-875B-275798******",
  "JobList": [
    {
      "AppId": "9e09955d662a",
      "AppInputConfig": "{\\\"LoadImage.1.TargetImage\\\":\\\"MediaId1\\\"}",
      "ExecutionFinishTime": "2026-02-06T18:53:34.001+08:00",
      "ExecutionStartTime": "2026-02-06T18:53:18.809+08:00",
      "FolderId": "pd_0617169475",
      "JobId": "****a046-263c-3560-978a-fb287782****",
      "ProductionId": "pd_0617169475",
      "Result": {
        "ImageResult": [
          {
            "MediaId": "318d6350a57d71f08c9ae7f7d4496302",
            "OutputUrl": "https://dtlive-bj.oss-cn-beijing.aliyuncs.com/cover/01e1271d-ff4f-4689-9c20-e1df81486859_open_live_cover.jpg\n"
          }
        ],
        "AudioResult": [
          {
            "MediaId": "bb1dfa20a0c971f08c94e7f6d6496202",
            "OutputUrl": "https://dtlive-bj.oss-cn-beijing.aliyuncs.com/cover/01e1271d-ff4f-4689-9c20-e1df81486859_open_live_cover.mp3"
          }
        ],
        "VideoResult": [
          {
            "MediaId": "ec2de25068fd71f0a48cf7e6c4596302",
            "OutputUrl": "https://dtlive-bj.oss-cn-beijing.aliyuncs.com/cover/01e1271d-ff4f-4689-9c20-e1df81486859_open_live_cover.mp4"
          }
        ]
      },
      "Status": "Created"
    }
  ]
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.