@qbraid-core
Preparing search index...
@qbraid-core/jobs
QuantumJobsResponseV1
Interface QuantumJobsResponseV1
Response for fetching jobs (V1).
interface
QuantumJobsResponseV1
{
data
:
PlatformJob
[]
;
meta
:
{
timestamp
:
string
}
;
pagination
:
{
hasNext
:
boolean
;
hasPrev
:
boolean
;
limit
:
number
;
page
:
number
;
total
:
number
;
totalPages
:
number
;
}
;
success
:
boolean
;
}
Index
Properties
data
meta
pagination
success
Properties
data
data
:
PlatformJob
[]
meta
meta
:
{
timestamp
:
string
}
pagination
pagination
:
{
hasNext
:
boolean
;
hasPrev
:
boolean
;
limit
:
number
;
page
:
number
;
total
:
number
;
totalPages
:
number
;
}
success
success
:
boolean
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
data
meta
pagination
success
@qbraid-core
Loading...
Response for fetching jobs (V1).