/
IO
ionworks
/
FastAPI
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 16h ago · Updated 16h ago
Details
Filter operations
activity-logs
1
admin-users
3
Analyses
7
Cell Components
5
Cell Instances
6
Cell Measurements
26
Cell Specifications
7
Channels
5
Cyclers
10
discovery
14
doe
1
ecm
4
ecm-project
4
experiment_templates
7
Health check
1
jobs
10
Lab
3
Material Property Datasets
9
Materials
5
metadata
4
optimization
4
optimization_templates
6
optimizations
13
Organizations
17
parameterized_models
22
permissions
1
Pipeline
23
Planned Measurements
9
Programs
5
project-webhooks
6
protocol_groups
5
protocols
8
Raw Data
14
roles
2
simple_pipeline
6
simulation_boards
4
Simulations
15
get
List Simulations
get
Get Simulation Summary
get
Get Simulation
delete
Delete Simulation
get
Get Experiment Options Route
get
Get Simulation Result
get
Get Simulation Spatial Profile
get
Get Simulation Cycles
post
Evaluate Simulation Variables
post
Upgrade Simulation To Ucp
post
Batch Upgrade Simulations
get
Get Voltage Component Variables
post
Create Simulation Batch With Template
post
Get Statuses
post
Cancel Simulation
Sites
9
studies
11
study-validation
4
Thermal chambers
4
users
6
variables
5
get
Metrics
get
List Sessions
post
Create Session
delete
Delete Session
patch
Update Session
get
List Messages
post
Add Message
get
Get Skills Bundle Info
get
Download Skills Bundle
get
List Drive Cycles For Template
get
Get Drive Cycle
get
Search
get
List projects for an organization
post
Create a new project within an organization, assigning creator as Project Admin
get
Get a specific project by ID within an organization
delete
Delete a project from an organization
patch
Update a project within an organization
post
Add a user to a project or update their project role
delete
Remove a user from a project
patch
Update a user's project role
post
Validate Custom Model
post
Validate Model Config
post
Upload a custom PyBaMM model JSON file
get
List models for an organization
post
Create a new model within an organization
get
Get a specific model by ID within an organization
delete
Delete a model from an organization
patch
Update a model within an organization
get
Debug endpoint to inspect raw custom model data
get
Get the custom model JSON for a custom model
post
Add a custom variable to an existing model
get
Root
get
Redirect To Billing Portal Endpoint
Simulations
Get Statuses
post
/simulations/statuses
Request body
JobStatusesRequest
required
simulation_ids
string[]
limit
integer
offset
integer
Response
Successful Response
SimulationStatusItem[]
required
simulation_id
string
required
status
'pending'
|
'processing'
|
'waiting'
|
'completed'
|
'failed'
|
'canceled'
required
Possible statuses for a job
error
string
nullable
error_code
'CONFIGURATION_ERROR'
|
'MODEL_ERROR'
|
'SOLVER_ERROR'
|
'EXECUTION_TIMEOUT'
|
'SUBMISSION_FAILED'
|
'INTERNAL_ERROR'
Machine-readable error codes for jobs.
updated_at
string
date-time
required
Changes