Retrieves a batch of Yike AI Application Generation Tasks.
Try it now
Test
RAM authorization
|
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 |
|
|
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 |
2026-02-06T18:53:34.001+08:00 |
| ExecutionStartTime |
string |
The time the job execution started. The time is in UTC and formatted as |
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 |
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.