Skip to main content
GET
List unified AIHubMix tasks

Autorizações

Authorization
string
header
obrigatório

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

Parâmetros de consulta

object
enum<string>

Filter by task object type.

Opções disponíveis:
llm,
image,
video
status
enum<string>

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

Opções disponíveis:
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
padrão:20

Number of tasks to return.

Intervalo necessário: 1 <= x <= 100
order
enum<string>
padrão:desc

Task creation order.

Opções disponíveis:
asc,
desc

Resposta

Unified task list

object
enum<string>
obrigatório
Opções disponíveis:
list
data
object[]
obrigatório
has_more
boolean
obrigatório
next_after
string | null
obrigatório