Skip to main content
List cell specifications for the current organization
curl --request GET \
  --url https://api.ionworks.com/cell_specifications
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.ionworks.com/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

full
boolean
default:false
limit
integer
default:1000
Required range: 1 <= x <= 1000
offset
integer
default:0
Required range: x >= 0
name
string | null
form_factor
string | null
created_by_email
string | null
created_at
string | null
created_at_gt
string | null
created_at_lt
string | null
updated_at
string | null
updated_at_gt
string | null
updated_at_lt
string | null
order_by
enum<string>
default:created_at
Available options:
name,
created_at,
updated_at
order
enum<string>
default:desc
Available options:
asc,
desc

Response

Successful Response