Get status of a job. If the job is complete, link to an insight if possible
The access token received from the authorization server in the OAuth 2.0 flow.
Successful Response
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
draft, active, executing, completed, queued, canceled