fermioniq.client.Client.jobs#

Client.jobs(offset: int = 0, limit: int = 10) JobResponseList#

Retrieve all jobs.

Parameters:
offset

The offset to start retrieving jobs from. For example, if offset is 3, the first 3 jobs will be skipped.

limit

The maximum number of jobs to retrieve.

Returns:
jobs

A JobResponseList object containing the details of all jobs.