Skip to main content
GET
GET /v1/services/mlmodelServices

List ML Model Services

List all ML model services with optional filtering and pagination.

Query Parameters

integer
default:"10"
Maximum number of results to return (max: 1000000).
string
Cursor for backward pagination.
string
Cursor for forward pagination.
string
Comma-separated list of fields to include: owners, tags, domains.
string
default:"non-deleted"
Include all, deleted, or non-deleted entities.
GET /v1/services/mlmodelServices

Returns

Returns a paginated list of ML model service objects. By default, only basic fields are included. Use the fields parameter to request additional data.

Response

array
Array of ML model service objects.
object
Pagination information.

Error Handling