메인 콘텐츠로 건너뛰기
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
필수