jobs
List Jobs
List jobs with optional filtering.
Returns a paginated list of jobs with the total count. If job_types is provided, it takes precedence over job_type.
get/jobs
Query parameters
job_type'dummy' | 'datafit' | 'array_datafit' | 'validation' | 'simulate' | 'evaluate_variables' | 'optimize' | 'ecm_fit' | 'simple_pipeline'
Possible types for a job
Filter by job type (for backward compatibility)
job_typesJobType[] nullable
Filter by multiple job types
Filter by multiple job types
status'pending' | 'processing' | 'waiting' | 'completed' | 'failed' | 'canceled'
Possible statuses for a job
Filter by job status
limitinteger
Number of items to return
Number of items to return
offsetinteger
Number of items to skip
Number of items to skip
idsstring[] nullable
Filter by job IDs
Filter by job IDs
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.