Skip to main content
GET
List unified AIHubMix tasks

承認

Authorization
string
header
必須

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

クエリパラメータ

object
enum<string>

Filter by task object type.

利用可能なオプション:
llm,
image,
video
status
enum<string>

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

利用可能なオプション:
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
デフォルト:20

Number of tasks to return.

必須範囲: 1 <= x <= 100
order
enum<string>
デフォルト:desc

Task creation order.

利用可能なオプション:
asc,
desc

レスポンス

Unified task list

object
enum<string>
必須
利用可能なオプション:
list
data
object[]
必須
has_more
boolean
必須
next_after
string | null
必須