---
title: JobStatus (v1.4)
description: API reference for qiskit.providers.models.JobStatus in qiskit v1.4
source: https://eu-de.quantum.cloud.ibm.com/docs/en/api/qiskit/1.4/qiskit.providers.models.JobStatus
---

# JobStatus

*class* `qiskit.providers.models.JobStatus(job_id, status, status_msg, **kwargs)`

[GitHub](https://github.com/Qiskit/qiskit/tree/stable/1.4/qiskit/providers/models/jobstatus.py#L18-L77)

Bases: [`object`](https://docs.python.org/3/library/functions.html#object)

Model for JobStatus.

### job\_id

backend job\_id.

**Type**

[str](https://docs.python.org/3/library/stdtypes.html#str)

### status

status of the job.

**Type**

[str](https://docs.python.org/3/library/stdtypes.html#str)

### status\_msg

status message.

**Type**

[str](https://docs.python.org/3/library/stdtypes.html#str)

> **Deprecated since version 1.4**
>
> The class `qiskit.providers.models.jobstatus.JobStatus` is deprecated as of qiskit 1.4. It will be removed in the 2.0 release. The models in `qiskit.providers.models` and related objects are part of the deprecated BackendV1 workflow, and no longer necessary for BackendV2. If a user workflow requires these representations it likely relies on deprecated functionality and should be updated to use BackendV2.

## Methods

### from\_dict

*classmethod* `from_dict(data)`

[GitHub](https://github.com/Qiskit/qiskit/tree/stable/1.4/qiskit/providers/models/jobstatus.py#L45-L57)

Create a new JobStatus object from a dictionary.

**Parameters**

**data** ([*dict*](https://docs.python.org/3/library/stdtypes.html#dict)) – A dictionary representing the JobStatus to create. It will be in the same format as output by [`to_dict()`](#qiskit.providers.models.JobStatus.to_dict "qiskit.providers.models.JobStatus.to_dict").

**Returns**

The `JobStatus` from the input dictionary.

**Return type**

[JobStatus](#qiskit.providers.models.JobStatus "qiskit.providers.models.JobStatus")

### to\_dict

`to_dict()`

[GitHub](https://github.com/Qiskit/qiskit/tree/stable/1.4/qiskit/providers/models/jobstatus.py#L59-L71)

Return a dictionary format representation of the JobStatus.

**Returns**

The dictionary form of the JobStatus.

**Return type**

[dict](https://docs.python.org/3/library/stdtypes.html#dict)
