curl--location--request GET 'https://api.pawmaas.com/mj/task/1725017986212425/fetch' \
--header'Authorization: Bearer <token>'
返回响应
🟢200成功
application/json
Body
id
string
任务ID
可选
action
enum<string>
任务类型
可选
枚举值:
IMAGINEUPSCALEVARIATIONREROLLDESCRIBEBLEND
customId
string
可选
botType
string
可选
prompt
string
提示词
可选
promptEn
string
提示词-英文
可选
description
string
任务描述
可选
state
string
自定义参
可选
submitTime
integer
提交时间
可选
startTime
integer
开始时间
可选
finishTime
integer
结束时间
可选
imageUrl
string
图片地址
可选
status
enum<string>
任务状态
可选
枚举值:
NOT_STARTSUBMITTEDIN_PROGRESSFAILURESUCCESS
progress
string
任务进度
可选
failReason
string
失败原因
可选
buttons
array [object]
必需
customId
string
Action 提交时使用
必需
emoji
string
必需
label
string
MJ 显示的图标
必需
type
integer
必需
style
integer
必需
maskBase64
string
可选
properties
object
可选
finalPrompt
string
必需
finalZhPrompt
string
必需
示例
{"id":"1724963337114767","action":"IMAGINE","customId":"","botType":"","prompt":"a black dog flying","promptEn":"a black dog flying","description":"Submit success","state":"","submitTime":1724963337114,"startTime":1724963338763,"finishTime":1724963365565,"imageUrl":"http://localhost:3001/mj/image/1724963337114767","status":"SUCCESS","progress":"100%","failReason":"","buttons":[{"customId":"MJ::JOB::upsample::1::e1a4d7e8-8292-412c-aab0-fce932e90479","emoji":"","label":"U1","type":2,"style":2},{"customId":"MJ::JOB::upsample::2::e1a4d7e8-8292-412c-aab0-fce932e90479","emoji":"","label":"U2","type":2,"style":2},{"customId":"MJ::JOB::upsample::3::e1a4d7e8-8292-412c-aab0-fce932e90479","emoji":"","label":"U3","type":2,"style":2},{"customId":"MJ::JOB::upsample::4::e1a4d7e8-8292-412c-aab0-fce932e90479","emoji":"","label":"U4","type":2,"style":2},{"customId":"MJ::JOB::reroll::0::e1a4d7e8-8292-412c-aab0-fce932e90479::SOLO","emoji":"🔄","label":"","type":2,"style":2},{"customId":"MJ::JOB::variation::1::e1a4d7e8-8292-412c-aab0-fce932e90479","emoji":"","label":"V1","type":2,"style":2},{"customId":"MJ::JOB::variation::2::e1a4d7e8-8292-412c-aab0-fce932e90479","emoji":"","label":"V2","type":2,"style":2},{"customId":"MJ::JOB::variation::3::e1a4d7e8-8292-412c-aab0-fce932e90479","emoji":"","label":"V3","type":2,"style":2},{"customId":"MJ::JOB::variation::4::e1a4d7e8-8292-412c-aab0-fce932e90479","emoji":"","label":"V4","type":2,"style":2}],"maskBase64":"","properties":{"finalPrompt":"a black dog flying","finalZhPrompt":""}}