Skip to content

Commit

Permalink
Update docstring in jobs() (#2111)
Browse files Browse the repository at this point in the history
Co-authored-by: ptristan3 <[email protected]>
  • Loading branch information
kt474 and ptristan3 authored Jan 23, 2025
1 parent 8cf26e4 commit 4ffcbce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qiskit_ibm_runtime/qiskit_runtime_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,8 @@ def jobs(
instance: This is only supported for ``ibm_quantum`` runtime and is in the
hub/group/project format.
job_tags: Filter by tags assigned to jobs. Matched jobs are associated with all tags.
session_id: Job ID of the first job in a runtime session.
session_id: Filter by session id. All jobs in the session will be
returned in desceding order of the job creation date.
created_after: Filter by the given start date, in local time. This is used to
find jobs whose creation dates are after (greater than or equal to) this
local date/time.
Expand Down

0 comments on commit 4ffcbce

Please sign in to comment.