parameterized_models
Get Parameterized Model Variable Names
Get variable names where domain is empty or current collector.
This endpoint returns the names of all variables in the model where the domain is empty or "current collector" (i.e. they are functions of time only).
Parameters
parameterized_model_id : str ID of the parameterized model to fetch variables from supabase : Client Supabase client for database access
Returns
list[str] List of variable names with empty or current collector domain
get/parameterized_models/{parameterized_model_id}/variable-names
Path parameters
parameterized_model_idstring required
Response
Successful Response
string[] required