メインコンテンツへスキップ
GET
List jobs with pagination and filtering

承認

X-API-Key
string
header
必須

API key authentication. Generate an API key from your account settings at https://platform.comfy.org/profile/api-keys. Pass the key in the X-API-Key header.

クエリパラメータ

status
string

Filter by one or more statuses (comma-separated). If not provided, returns all jobs.

workflow_id
string

Filter by workflow ID (exact match)

output_type
enum<string>

Filter by output media type (only applies to completed jobs with outputs)

利用可能なオプション:
image,
video,
audio
sort_by
enum<string>
デフォルト:create_time

Field to sort by (create_time = when job was submitted, execution_time = how long workflow took to run)

利用可能なオプション:
create_time,
execution_time
sort_order
enum<string>
デフォルト:desc

Sort direction (asc = ascending, desc = descending)

利用可能なオプション:
asc,
desc
offset
integer
デフォルト:0

Pagination offset (0-based)

必須範囲: x >= 0
limit
integer
デフォルト:100

Maximum items per page (1-1000)

必須範囲: 1 <= x <= 1000

レスポンス

Success - Jobs retrieved

jobs
object[]
必須

Array of jobs ordered by specified sort field

pagination
object
必須