Skip to main content
GET
/
jobs
/
status
Error
A valid request URL is required to generate request examples
{
  "job_status": "draft",
  "insight_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

assignment_id
string<uuid>
required

Response

Successful Response

job_status
enum<string>
required

Execution state for the task in the plan. This enum is used to tell where in the process of analysis the task is currentyl in. This enum will be used to indicate states on the frontend as well.

Attributes: draft (str): The task is in draft state active (str): The task is active executing (str): The task is executing completed (str): The task is completed queued (str): The task is queued canceled (str): The task is canceled

Available options:
draft,
active,
executing,
completed,
queued,
canceled
insight_id
string<uuid> | null