Skip to main content
GET
List unified AIHubMix tasks

Autorisierungen

Authorization
string
header
erforderlich

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

Abfrageparameter

object
enum<string>

Filter by task object type.

Verfügbare Optionen:
llm,
image,
video
status
enum<string>

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

Verfügbare Optionen:
pending,
in_progress,
completed,
failed,
cancelled
model
string

Filter by exact model ID.

after
string

Pagination cursor returned as next_after by the previous page.

limit
integer
Standard:20

Number of tasks to return.

Erforderlicher Bereich: 1 <= x <= 100
order
enum<string>
Standard:desc

Task creation order.

Verfügbare Optionen:
asc,
desc

Antwort

Unified task list

object
enum<string>
erforderlich
Verfügbare Optionen:
list
data
object[]
erforderlich
has_more
boolean
erforderlich
next_after
string | null
erforderlich