List all the model artifacts exports.
| REQUIRED | KEY | TYPE | DESCRIPTION |
|---|---|---|---|
| Yes | modelId | str | A unique string identifier for the model. |
| No | limit | int | Maximum length of the list of all exports. |
| KEY | TYPE | DESCRIPTION |
|---|---|---|
| success | Boolean | true if the call succeeded, false if there was an error |
| result | list[ModelArtifactsExport] |
| TYPE | WHEN |
|---|---|
| DataNotFoundError | `modelId` is not found. |