datastores.Jobs =============== .. py:class:: datastores.Jobs Bases: :py:obj:`ApiResponsePaginated` A class to interact with submitted jobs. .. py:property:: json :type: Any Content of the response. .. py:property:: next :type: Self | None Next page. .. py:property:: prev :type: Self | None Previous page. .. py:property:: request_ids :type: list[str] List of request IDs. .. py:property:: url :type: str URL.