Skip to main content
GET
Get a unified AIHubMix task

授權

Authorization
string
header
必填

Gateway-issued API key, formatted as sk-gateway-xxxxxxxx. Used by OpenAI-shaped endpoints (/v1/chat/completions, etc.).

路徑參數

id
string
必填

AIHubMix task ID.

回應

Unified task snapshot

id
string
必填
object
enum<string>
必填
可用選項:
llm,
image,
video
model
string
必填
status
enum<string>
必填

Current task state. Completed, failed, and cancelled are terminal states.

可用選項:
pending,
in_progress,
completed,
failed,
cancelled
output
object[]
必填
error
object | null
必填
created_at
integer<int64>
必填
completed_at
integer<int64> | null
必填
expires_at
integer<int64> | null
必填