Catalog
Get service images
Returns the complete list of container images required to deploy a service and all its component dependencies. The response always includes catalog asset images (the tool image used for housekeeping tasks and the catalog infrastructure images for the catalog service itself). Both embedded (built-in) and custom bundle services are supported.
get/services/{id}/images
Path parameters
idstring required
Service ID (e.g., 'chat', 'digitize', 'summarize')
Response
List of container image references
string[] required
Changes
Changed in 1 of the 62 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○