Skip to main content
List parameterized models for a cell specification or project
curl --request GET \
  --url https://api.ionworks.com/cells/{cell_spec_id}/parameterized_models
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Path Parameters

cell_spec_id
string | null
required

Query Parameters

project_id
string | null
limit
integer
default:100
Required range: 1 <= x <= 1000
offset
integer
default:0
Required range: x >= 0

Response

Successful Response