# Get job details **GET /job/detail** Get details about a single job. ## Servers ## Parameters ### Query parameters - **id** (string) Job id ## Responses ### 404 ### default #### Body: (object) - **canceled** (boolean) If the job was canceled - **completed** (boolean) If the job is completed - **created** (string(date-time)) When the job was created - **end** (string(date-time)) When the job was finished - **errored** (boolean) If the job had an error - **id** (string(uuid4)) Job id - **lastError** (string) Error message of last task that had an error - **pipeline** (string) Pipeline name - **start** (string(date-time)) When the job was started - **tasks** (array[object]) List of tasks in job (ordered topologically by dependencies and task name) - **user** (string) User that scheduled the job - **variables** (object) Assigned variables of job ### 400 #### Body: (object) - **error** (string) Error message [Powered by Bump.sh](https://bump.sh)