Get an asynchronous media job
接口参考来自当前平台公开协议。具体模型的模式和规格请在模型详情中确认。
GET
/v1/jobs/{id}Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*string
Query Parameters
model*string
Model alias that scopes the API key publication used to authorize this job or asset.
Header Parameters
X-Client-Request-Id?string
Optional visible ASCII client correlation value, at most 512 bytes. It never replaces the server requestId.
Length
length <= 512Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
{ "id": "job_example", "jobId": "job_example", "jobUrl": "https://api.example.test/v1/jobs/job_example?model=minimax-h3", "model": "minimax-h3", "requestId": "req_example", "serviceKind": "video_generation", "stage": "queued", "status": "queued"}