Search is currently available through the REST API only. A search bar in
Ionworks Studio is planned but not yet released.
What you can search
| Resource type | Examples of what’s matched |
|---|---|
| Projects | Project names and descriptions |
| Studies | Study names within projects you can access |
| Simulations | Simulation names and metadata |
| Models | Model names and descriptions |
| Parameterized models | Parameterized model names |
| Optimizations | Optimization run names |
| Optimization templates | Built-in and custom template names |
| Experiment templates | Built-in and custom protocol templates |
| Pipelines | Pipeline names and descriptions |
| Cell specifications | Cell names, chemistries, and identifiers |
| Materials | Anode, cathode, and electrolyte materials |
Using search via the API
Search is available at the/search endpoint. See the
API Reference for the full request and response schema.
A typical request specifies the query string and returns matches grouped by
resource type:
Search uses Postgres full-text indexing on the server, so queries return
fast even as your organization accumulates many resources. Indexes are
maintained automatically — there is nothing to configure.