List SageMaker ML models accessible to the user
GET/models
Returns registered ML models the caller can access, with optional filter, sort, pagination, and field projection. These are SageMaker models, not Bedrock foundation models.
Request
Responses
- 200
- 400
- 500
Paginated list of accessible ML models.
Response Headers
Access-Control-Allow-Origin
Access-Control-Allow-Methods
Access-Control-Allow-Headers
Invalid pagination, sort, or filter. Typical cases include limit greater than 1000 (GE-1028) and sortby not in fields (IPV-1039).
Response Headers
Access-Control-Allow-Origin
Access-Control-Allow-Methods
Access-Control-Allow-Headers
Unexpected failure while listing models (GE-1008).
Response Headers
Access-Control-Allow-Origin
Access-Control-Allow-Methods
Access-Control-Allow-Headers