/api/2.1/jobs/runs/get-output what are the possbile status or state values of the api?I am trying to check the status of my job run based on run id. but there is not enough detail on the response body which contains the status of the run.
Thanks @daniel_sahal , I am confused about the state valuesMy use case: I want to fetch the latest status of the a particular job like (success or failed)Here I can see the state but it doesn't specify the success or failure of the job it just show T...