Metadata-Version: 2.4
Name: cosmotech_modeling_api
Version: 12.2.0
Summary: Cosmo Tech Modeling API
Home-page: 
Author: OpenAPI Generator community
Author-email: OpenAPI Generator Community <platform@cosmotech.com>
Project-URL: Repository, https://github.com/cosmo-tech/cosmotech-modeling-api-python-client
Keywords: OpenAPI,OpenAPI-Generator,Cosmo Tech Modeling API
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: urllib3<3.0.0,>=2.1.0
Requires-Dist: python-dateutil>=2.8.2
Requires-Dist: pydantic>=2.11
Requires-Dist: typing-extensions>=4.7.1
Dynamic: author
Dynamic: license-file

# cosmotech-modeling-api
Cosmo Tech Modeling API (12.2.0-40480.6d6a465d)

This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 12.2.0
- Package version: 12.2.0
- Generator version: 7.22.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen

## Requirements.

Python 3.10+

## Installation & Usage
### pip install

If the python package is hosted on a repository, you can install directly using:

```sh
pip install git+https://github.com/cosmo-tech/cosmotech-modeling-api-python-client.git
```
(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/cosmo-tech/cosmotech-modeling-api-python-client.git`)

Then import the package:
```python
import cosmotech_modeling_api
```

### Setuptools

Install via [Setuptools](http://pypi.python.org/pypi/setuptools).

```sh
python setup.py install --user
```
(or `sudo python setup.py install` to install the package for all users)

Then import the package:
```python
import cosmotech_modeling_api
```

### Tests

Execute `pytest` to run the tests.

## Getting Started

Please follow the [installation procedure](#installation--usage) and then run the following:

```python

import cosmotech_modeling_api
from cosmotech_modeling_api.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to http://localhost
# See configuration.py for a list of all supported configuration parameters.
configuration = cosmotech_modeling_api.Configuration(
    host = "http://localhost"
)



# Enter a context with an instance of the API client
with cosmotech_modeling_api.ApiClient(configuration) as api_client:
    # Create an instance of the API class
    api_instance = cosmotech_modeling_api.ConceptualModelApi(api_client)
    project_id = 'project_id_example' # str | The project identifier
    body = None # object | Conceptual model content

    try:
        # Check the semantic of a submitted conceptual model
        api_response = api_instance.check_conceptual_model_semantic_errors(project_id, body)
        print("The response of ConceptualModelApi->check_conceptual_model_semantic_errors:\n")
        pprint(api_response)
    except ApiException as e:
        print("Exception when calling ConceptualModelApi->check_conceptual_model_semantic_errors: %s\n" % e)

```

## Documentation for API Endpoints

All URIs are relative to *http://localhost*

Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
*ConceptualModelApi* | [**check_conceptual_model_semantic_errors**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/ConceptualModelApi.md#check_conceptual_model_semantic_errors) | **POST** /projects/{projectId}/conceptualModels/semantic | Check the semantic of a submitted conceptual model
*ConceptualModelApi* | [**create_category**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/ConceptualModelApi.md#create_category) | **POST** /projects/{projectId}/conceptualModels/{conceptualModelId}/categories | Create a new category
*ConceptualModelApi* | [**create_conceptual_model**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/ConceptualModelApi.md#create_conceptual_model) | **POST** /projects/{projectId}/conceptualModels/{conceptualModelId} | Create a new conceptual model
*ConceptualModelApi* | [**create_data_type**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/ConceptualModelApi.md#create_data_type) | **POST** /projects/{projectId}/conceptualModels/{conceptualModelId}/dataTypes | Create a new data type
*ConceptualModelApi* | [**create_entity**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/ConceptualModelApi.md#create_entity) | **POST** /projects/{projectId}/conceptualModels/{conceptualModelId}/entities | Create a new entity
*ConceptualModelApi* | [**create_environment**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/ConceptualModelApi.md#create_environment) | **POST** /projects/{projectId}/conceptualModels/{conceptualModelId}/environments | Create a new environment
*ConceptualModelApi* | [**delete_category**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/ConceptualModelApi.md#delete_category) | **DELETE** /projects/{projectId}/conceptualModels/{conceptualModelId}/categories/{categoryId} | Delete a category
*ConceptualModelApi* | [**delete_conceptual_model**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/ConceptualModelApi.md#delete_conceptual_model) | **DELETE** /projects/{projectId}/conceptualModels/{conceptualModelId} | Delete a conceptal model
*ConceptualModelApi* | [**delete_data_type**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/ConceptualModelApi.md#delete_data_type) | **DELETE** /projects/{projectId}/conceptualModels/{conceptualModelId}/dataTypes/{dataTypeId} | Delete a data type
*ConceptualModelApi* | [**delete_entity**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/ConceptualModelApi.md#delete_entity) | **DELETE** /projects/{projectId}/conceptualModels/{conceptualModelId}/entities/{entityId} | Delete an entity
*ConceptualModelApi* | [**delete_environment**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/ConceptualModelApi.md#delete_environment) | **DELETE** /projects/{projectId}/conceptualModels/{conceptualModelId}/environments/{environmentId} | Delete an environment
*ConceptualModelApi* | [**get_category**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/ConceptualModelApi.md#get_category) | **GET** /projects/{projectId}/conceptualModels/{conceptualModelId}/categories/{categoryId} | Get a category definition
*ConceptualModelApi* | [**get_conceptual_model**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/ConceptualModelApi.md#get_conceptual_model) | **GET** /projects/{projectId}/conceptualModels/{conceptualModelId} | Get the content of a conceptual model
*ConceptualModelApi* | [**get_conceptual_model_semantic_errors**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/ConceptualModelApi.md#get_conceptual_model_semantic_errors) | **GET** /projects/{projectId}/conceptualModels/{conceptualModelId}/semantic | Check the semantic of a submitted conceptual model
*ConceptualModelApi* | [**get_data_type**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/ConceptualModelApi.md#get_data_type) | **GET** /projects/{projectId}/conceptualModels/{conceptualModelId}/dataTypes/{dataTypeId} | Get a data type definition
*ConceptualModelApi* | [**get_entity**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/ConceptualModelApi.md#get_entity) | **GET** /projects/{projectId}/conceptualModels/{conceptualModelId}/entities/{entityId} | Get an entity definition
*ConceptualModelApi* | [**get_environment**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/ConceptualModelApi.md#get_environment) | **GET** /projects/{projectId}/conceptualModels/{conceptualModelId}/environments/{environmentId} | Get an environment definition
*ConceptualModelApi* | [**list_categories**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/ConceptualModelApi.md#list_categories) | **GET** /projects/{projectId}/conceptualModels/{conceptualModelId}/categories | Get the list of categories of a model
*ConceptualModelApi* | [**list_conceptual_models**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/ConceptualModelApi.md#list_conceptual_models) | **GET** /projects/{projectId}/conceptualModels | List the conceptual models of a project
*ConceptualModelApi* | [**list_data_types**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/ConceptualModelApi.md#list_data_types) | **GET** /projects/{projectId}/conceptualModels/{conceptualModelId}/dataTypes | Get the list of data types of a model
*ConceptualModelApi* | [**list_entities**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/ConceptualModelApi.md#list_entities) | **GET** /projects/{projectId}/conceptualModels/{conceptualModelId}/entities | Get the list of entities of a model
*ConceptualModelApi* | [**list_environments**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/ConceptualModelApi.md#list_environments) | **GET** /projects/{projectId}/conceptualModels/{conceptualModelId}/environments | Get the list of environments of a model
*ConceptualModelApi* | [**replace_category**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/ConceptualModelApi.md#replace_category) | **PUT** /projects/{projectId}/conceptualModels/{conceptualModelId}/categories/{categoryId} | Replace a category definition
*ConceptualModelApi* | [**replace_conceptual_model**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/ConceptualModelApi.md#replace_conceptual_model) | **PUT** /projects/{projectId}/conceptualModels/{conceptualModelId} | Replace the content of a conceptual model
*ConceptualModelApi* | [**replace_data_type**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/ConceptualModelApi.md#replace_data_type) | **PUT** /projects/{projectId}/conceptualModels/{conceptualModelId}/dataTypes/{dataTypeId} | Replace a data type definition
*ConceptualModelApi* | [**replace_entity**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/ConceptualModelApi.md#replace_entity) | **PUT** /projects/{projectId}/conceptualModels/{conceptualModelId}/entities/{entityId} | Replace an entity definition
*ConceptualModelApi* | [**replace_environment**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/ConceptualModelApi.md#replace_environment) | **PUT** /projects/{projectId}/conceptualModels/{conceptualModelId}/environments/{environmentId} | Replace an environment definition
*ConceptualModelApi* | [**update_conceptual_model**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/ConceptualModelApi.md#update_conceptual_model) | **PATCH** /projects/{projectId}/conceptualModels/{conceptualModelId} | Update the content of a conceptual model
*FileApi* | [**create_project_file**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/FileApi.md#create_project_file) | **POST** /projects/{projectId}/files/raw | Create a new project file
*FileApi* | [**delete_project_file**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/FileApi.md#delete_project_file) | **DELETE** /projects/{projectId}/files/raw | Delete a project file
*FileApi* | [**get_project_file**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/FileApi.md#get_project_file) | **GET** /projects/{projectId}/files/raw | Get the content of a project file
*FileApi* | [**list_project_files**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/FileApi.md#list_project_files) | **GET** /projects/{projectId}/files | List all files of a project
*FileApi* | [**replace_project_file**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/FileApi.md#replace_project_file) | **PUT** /projects/{projectId}/files/raw | Replace a project file
*MetaApi* | [**about**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/MetaApi.md#about) | **GET** /about | Retrieve API info
*MetaApi* | [**get_openapi**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/MetaApi.md#get_openapi) | **GET** /openapi.yaml | Get the OpenAPI description file
*MetaApi* | [**get_schema**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/MetaApi.md#get_schema) | **GET** /schemas/{schemaId} | Get a schema content
*MetaApi* | [**list_schemas**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/MetaApi.md#list_schemas) | **GET** /schemas | List all known JSON schemas
*ProjectApi* | [**create_project**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/ProjectApi.md#create_project) | **POST** /projects | Create new a project
*ProjectApi* | [**delete_project**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/ProjectApi.md#delete_project) | **DELETE** /projects/{projectId} | Delete a project
*ProjectApi* | [**delete_project_archive**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/ProjectApi.md#delete_project_archive) | **DELETE** /projects/{projectId}/archive | Delete the project archive
*ProjectApi* | [**get_project**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/ProjectApi.md#get_project) | **GET** /projects/{projectId} | List a project details
*ProjectApi* | [**get_project_archive**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/ProjectApi.md#get_project_archive) | **GET** /projects/{projectId}/archive | Get the current project archive
*ProjectApi* | [**list_projects**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/ProjectApi.md#list_projects) | **GET** /projects | List all projects
*ProjectApi* | [**replace_project_archive**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/ProjectApi.md#replace_project_archive) | **PUT** /projects/{projectId}/archive | Upload a replacement project source archive
*ProjectApi* | [**update_project**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/ProjectApi.md#update_project) | **PATCH** /projects/{projectId} | Update a project
*ProjectApi* | [**upload_project_archive**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/ProjectApi.md#upload_project_archive) | **POST** /projects/{projectId}/archive | Upload the initial project source archive
*ProjectBuildApi* | [**build_project**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/ProjectBuildApi.md#build_project) | **POST** /projects/{projectId}/builds | Build a project
*ProjectBuildApi* | [**delete_project_build**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/ProjectBuildApi.md#delete_project_build) | **DELETE** /projects/{projectId}/builds/{buildId} | Delete a project build
*ProjectBuildApi* | [**get_project_build**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/ProjectBuildApi.md#get_project_build) | **GET** /projects/{projectId}/builds/{buildId} | List a project build details
*ProjectBuildApi* | [**get_project_build_logs**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/ProjectBuildApi.md#get_project_build_logs) | **GET** /projects/{projectId}/builds/{buildId}/logs | Get a project build logs
*ProjectBuildApi* | [**get_project_build_package**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/ProjectBuildApi.md#get_project_build_package) | **GET** /projects/{projectId}/builds/{buildId}/package | Get the produced built package
*ProjectBuildApi* | [**list_project_builds**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/ProjectBuildApi.md#list_project_builds) | **GET** /projects/{projectId}/builds | List all builds of a project
*SimulatorApi* | [**check_simulator_semantic_errors**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/SimulatorApi.md#check_simulator_semantic_errors) | **POST** /projects/{projectId}/simulators/semantic | Check the semantic of a submitted simulator
*SimulatorApi* | [**create_probe**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/SimulatorApi.md#create_probe) | **POST** /projects/{projectId}/simulators/{simulatorId}/probes | Create a new probe
*SimulatorApi* | [**create_simulator**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/SimulatorApi.md#create_simulator) | **POST** /projects/{projectId}/simulators/{simulatorId} | Create a new simulator
*SimulatorApi* | [**delete_probe**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/SimulatorApi.md#delete_probe) | **DELETE** /projects/{projectId}/simulators/{simulatorId}/probes/{probeId} | Delete a probe
*SimulatorApi* | [**delete_simulator**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/SimulatorApi.md#delete_simulator) | **DELETE** /projects/{projectId}/simulators/{simulatorId} | Delete a simulator
*SimulatorApi* | [**get_probe**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/SimulatorApi.md#get_probe) | **GET** /projects/{projectId}/simulators/{simulatorId}/probes/{probeId} | Get a probe definition
*SimulatorApi* | [**get_simulator**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/SimulatorApi.md#get_simulator) | **GET** /projects/{projectId}/simulators/{simulatorId} | Get the content of a simulator
*SimulatorApi* | [**get_simulator_semantic_errors**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/SimulatorApi.md#get_simulator_semantic_errors) | **GET** /projects/{projectId}/simulators/{simulatorId}/semantic | Check the semantic of a submitted simulator
*SimulatorApi* | [**list_probes**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/SimulatorApi.md#list_probes) | **GET** /projects/{projectId}/simulators/{simulatorId}/probes | Get the list of probes of a simulator
*SimulatorApi* | [**list_simulators**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/SimulatorApi.md#list_simulators) | **GET** /projects/{projectId}/simulators | List the simulators of a project
*SimulatorApi* | [**replace_probe**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/SimulatorApi.md#replace_probe) | **PUT** /projects/{projectId}/simulators/{simulatorId}/probes/{probeId} | Replace a probe definition
*SimulatorApi* | [**replace_simulator**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/SimulatorApi.md#replace_simulator) | **PUT** /projects/{projectId}/simulators/{simulatorId} | Replace the content of a simulator
*SimulatorApi* | [**update_simulator**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/SimulatorApi.md#update_simulator) | **PATCH** /projects/{projectId}/simulators/{simulatorId} | Update the content of a simulator
*TransformationsApi* | [**check_transformations_semantic_errors**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/TransformationsApi.md#check_transformations_semantic_errors) | **POST** /projects/{projectId}/transformations/semantic | Check the semantic of a submitted transformations
*TransformationsApi* | [**create_operation**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/TransformationsApi.md#create_operation) | **POST** /projects/{projectId}/transformations/{transformationsId}/operations | Create a new operation
*TransformationsApi* | [**create_transformations**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/TransformationsApi.md#create_transformations) | **POST** /projects/{projectId}/transformations/{transformationsId} | Create a new transformations
*TransformationsApi* | [**delete_operation**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/TransformationsApi.md#delete_operation) | **DELETE** /projects/{projectId}/transformations/{transformationsId}/operations/{operationId} | Delete an operation
*TransformationsApi* | [**delete_transformations**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/TransformationsApi.md#delete_transformations) | **DELETE** /projects/{projectId}/transformations/{transformationsId} | Delete a transformations
*TransformationsApi* | [**get_building_workspace_for_operation**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/TransformationsApi.md#get_building_workspace_for_operation) | **GET** /projects/{projectId}/transformations/{transformationsId}/operations/{operationId}/buildingWorkspace | Get the building workspace on which an operation can work
*TransformationsApi* | [**get_operation**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/TransformationsApi.md#get_operation) | **GET** /projects/{projectId}/transformations/{transformationsId}/operations/{operationId} | Get an operation definition
*TransformationsApi* | [**get_resulting_model**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/TransformationsApi.md#get_resulting_model) | **GET** /projects/{projectId}/transformations/{transformationsId}/resultingModel | Get the final resulting model of a transformations resource
*TransformationsApi* | [**get_resulting_model_after_operation**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/TransformationsApi.md#get_resulting_model_after_operation) | **GET** /projects/{projectId}/transformations/{transformationsId}/operations/{operationId}/resultingModel | Get the resulting model after a specific operation of a transformations resource
*TransformationsApi* | [**get_semantic_errors_for_resulting_model_after_operation**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/TransformationsApi.md#get_semantic_errors_for_resulting_model_after_operation) | **GET** /projects/{projectId}/transformations/{transformationsId}/operations/{operationId}/resultingModel/semantic | Get the semantic errors of a resulting model after a specific operations of transformations
*TransformationsApi* | [**get_transformations**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/TransformationsApi.md#get_transformations) | **GET** /projects/{projectId}/transformations/{transformationsId} | Get the content of a transformations
*TransformationsApi* | [**get_transformations_semantic_errors**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/TransformationsApi.md#get_transformations_semantic_errors) | **GET** /projects/{projectId}/transformations/{transformationsId}/semantic | Check the semantic of a submitted transformations
*TransformationsApi* | [**list_operations**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/TransformationsApi.md#list_operations) | **GET** /projects/{projectId}/transformations/{transformationsId}/operations | Get the list of operations of a transformations
*TransformationsApi* | [**list_transformations**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/TransformationsApi.md#list_transformations) | **GET** /projects/{projectId}/transformations | List the transformations of a project
*TransformationsApi* | [**replace_operation**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/TransformationsApi.md#replace_operation) | **PUT** /projects/{projectId}/transformations/{transformationsId}/operations/{operationId} | Replace an operation definition
*TransformationsApi* | [**replace_transformations**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/TransformationsApi.md#replace_transformations) | **PUT** /projects/{projectId}/transformations/{transformationsId} | Replace the content of a transformations
*TransformationsApi* | [**update_transformations**](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/TransformationsApi.md#update_transformations) | **PATCH** /projects/{projectId}/transformations/{transformationsId} | Update the content of a transformations


## Documentation For Models

 - [AboutInfo](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/AboutInfo.md)
 - [AboutInfoVersion](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/AboutInfoVersion.md)
 - [ProblemDetails](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/ProblemDetails.md)
 - [ProblemDetailsSemanticErrors](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/ProblemDetailsSemanticErrors.md)
 - [Project](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/Project.md)
 - [ProjectBuild](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/ProjectBuild.md)
 - [ProjectBuildRequest](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/ProjectBuildRequest.md)
 - [ProjectBuildRequestBuildConfig](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/ProjectBuildRequestBuildConfig.md)
 - [ProjectBuildRequestDockerSimulatorImage](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/ProjectBuildRequestDockerSimulatorImage.md)
 - [ProjectBuildStatus](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/ProjectBuildStatus.md)
 - [ProjectRequest](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/ProjectRequest.md)
 - [SemanticError](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/SemanticError.md)
 - [SemanticErrorNodes](https://github.com/Cosmo-Tech/cosmotech-modeling-api-python-client/tree/12.2.0/docs/SemanticErrorNodes.md)


<a id="documentation-for-authorization"></a>
## Documentation For Authorization

Endpoints do not require authorization.


## Author

platform@cosmotech.com


