List jobs with pagination and filtering
Retrieve a paginated list of jobs for the authenticated user. Returns lightweight job data optimized for list views. Workflow and full outputs are excluded to reduce payload size.
Documentation Index
Fetch the complete documentation index at: https://dripart-changelog-0-18-2.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
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.
Query Parameters
Filter by one or more statuses (comma-separated). If not provided, returns all jobs.
Filter by workflow ID (exact match)
Filter by output media type (only applies to completed jobs with outputs)
image, video, audio Field to sort by (create_time = when job was submitted, execution_time = how long workflow took to run)
create_time, execution_time Sort direction (asc = ascending, desc = descending)
asc, desc Pagination offset (0-based)
x >= 0Maximum items per page (1-1000)
1 <= x <= 1000