Skip to main content
GET
Get a unified AIHubMix task

Autorisierungen

Authorization
string
header
erforderlich

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

Pfadparameter

id
string
erforderlich

AIHubMix task ID.

Antwort

Unified task snapshot

id
string
erforderlich
object
enum<string>
erforderlich
Verfügbare Optionen:
llm,
image,
video
model
string
erforderlich
status
enum<string>
erforderlich

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

Verfügbare Optionen:
pending,
in_progress,
completed,
failed,
cancelled
output
object[]
erforderlich
error
object | null
erforderlich
created_at
integer<int64>
erforderlich
completed_at
integer<int64> | null
erforderlich
expires_at
integer<int64> | null
erforderlich