/
IO
ionq
/
IonQ Cloud Platform API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 2w ago · Updated 2w ago
View markdown
ionq
IonQ Cloud Platform API
post
/sessions
v1
latest
OpenAPI 3.0.0
2026-07-26
28
145
109.6 KB
backends
2
characterizations
5
jobs
1
reports
1
Schemas
1
usage
1
whoami
1
put
Cancel a job
put
/jobs/status/cancel
get
/jobs
post
/jobs
delete
/jobs
get
/jobs/{UUID}
delete
/jobs/{UUID}
post
/jobs/{UUID}/clone
get
Download a job artifact.
get
/jobs/{UUID}/cost
get
/jobs/estimate
post
/jobs/{UUID}/move
get
/sessions
post
/sessions
post
/sessions/{session_id}/end
get
/sessions/{session_id}
post
/sessions
Request body
CreateSessionRequest
required
backend
string
required
settings
SessionSettingsRequest
Response
Created
Session
required
id
string
required
The id of the session.
created_at
string
date-time
required
organization_id
string
required
backend
string
nullable
required
project_id
string
nullable
required
creator_id
string
nullable
required
ended_at
string
date-time
nullable
required
ender_id
string
nullable
required
settings
SessionSettings
active
boolean
required
status
'created'
|
'started'
|
'ended'
required
started_at
string
date-time
nullable
required