GET
/
jobs
/
{UUID}
/
progress
{
  "progress": [
    {
      "finished_at": "<string>",
      "input_params": [
        123
      ],
      "status": "<string>",
      "job_id": "<string>"
    }
  ]
}

Path Parameters

UUID
string
required

The UUID of the job — this UUID is provided in the response on job creation.

Query Parameters

logInterval
integer

logInterval indicates how often to skip iteration progress data in the response. Defaults to 1 if not provided.

Response

200 - application/json

Ok

The response is of type object.