--- title: Retrieve a list of advanced configuration files used by a model slug: l3pa9257 canonical_url: https://docs.coveo.com/en/l3pa9257/ collection: leverage-machine-learning source_format: adoc --- # Retrieve a list of advanced configuration files used by a model The [Coveo Machine Learning (Coveo ML)](https://docs.coveo.com/en/188/) [Advanced Model Configurations API](https://docs.coveo.com/en/19/api-reference/machine-learning-api#tag/Advanced-Model-Configurations) lets you get a list of advanced configuration files currently used by a model. . Access the **Advanced Model Configurations** section of the Swagger UI that's associated with your Coveo organization region ([US](https://platform.cloud.coveo.com/docs?urls.primaryName=Machine+Learning#/Advanced%20Model%20Configurations) | [CA](https://platform-ca.cloud.coveo.com/docs?urls.primaryName=Machine+Learning#/Advanced%20Model%20Configurations) | [EU](https://platform-eu.cloud.coveo.com/docs?urls.primaryName=Machine+Learning#/Advanced%20Model%20Configurations) | [AU](https://platform-au.cloud.coveo.com/docs?urls.primaryName=Machine+Learning#/Advanced%20Model%20Configurations)). . Click **Authorize** and authenticate using your Coveo organization account credentials. > **Note** > > The Coveo organization account you use for authentication must have the **Machine learning - Models - View** privilege. . Use the `configs/status` GET operation to get a list of advanced configuration files currently used by a model: ![Use Swagger UI to get a list of advanced configuration files used by a model | Coveo](https://docs.coveo.com/en/assets/images/leverage-machine-learning/model-advanced-api-swagger-list-put.png) .. [Enter the required parameters](#advanced-model-configuration-api-parameters) for the model. .. Click **Execute**. The response body shows a list of the advanced configuration files currently used by the [model](https://docs.coveo.com/en/1012/). ## Advanced model configuration API parameters ### `modelId` (string) - required **Parameter type**: `path` The unique identifier of the target model (see [Review model information](https://docs.coveo.com/en/1894/)). **Example** ```text myOrganization_topclicks_22ec9966_0f8b_4adc_967d_65219552192a ``` ### `organizationId` (string) - required **Parameter type**: `path` The unique identifier of the target Coveo organization (see [Retrieve the organization ID](https://docs.coveo.com/en/148/)). **Example** ```text myorg6j53h4 ```