v11

latestSwagger 2.0raw.githubusercontent.com2022-10-03168148314.0 KB

Gets a list of versions for this application ID.

get/apps/{appId}/versions

Path parameters

appIdstring uuid required

The application ID.

Query parameters

skipinteger

The number of entries to skip. Default value is 0.

takeinteger

The number of entries to return. Maximum page size is 500. Default is 100.

Response

A list of all versions of the application.

versionstring required

The version ID. E.g.: "0.1"

createdDateTimestring date-time

The version's creation timestamp.

lastModifiedDateTimestring date-time

Timestamp of the last update.

lastTrainedDateTimestring date-time

Timestamp of the last time the model was trained.

lastPublishedDateTimestring date-time

Timestamp when was last published.

endpointUrlstring

The Runtime endpoint URL for this model version.

assignedEndpointKeyobject

The endpoint key.

externalApiKeysobject

External keys.

intentsCountinteger

Number of intents in this model.

entitiesCountinteger

Number of entities in this model.

endpointHitsCountinteger

Number of calls made to this endpoint.

trainingStatus'NeedsTraining' | 'InProgress' | 'Trained' required

The current training status.