Skip to main content

Get Running Jobs

GET 

/api/v2/rawmodel/jobs

Returns rapidmodels (until 1 week) that are still being processed or were not successfully optimized

Request

Responses

success

Schema
    data object[]
  • Array [
  • id integer
    name string
    optimization_status string
    job_status object
    id integer
    job_id string
    type string
    queue string
    attempts integer
    progress_now integer
    progress_max integer
    status string
    input string
    output string
    created_at string
    updated_at string
    started_at string
    finished_at string
    key string
    progress integer
    processing_step string
    external boolean
    rawmodel object
    id integer
    name string
  • ]
Loading...