GET /v1/services/mlmodelServices
List ML Model Services
List all ML model services with optional filtering and pagination
GET
GET /v1/services/mlmodelServices
Documentation Index
Fetch the complete documentation index at: https://openmetadata-codex-audit-docs-codebase-alignment.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
List ML Model Services
List all ML model services with optional filtering and pagination.Query Parameters
Maximum number of results to return (max: 1000000).
Cursor for backward pagination.
Cursor for forward pagination.
Comma-separated list of fields to include:
owners, tags, domains.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 thefields parameter to request additional data.
Response
Array of ML model service objects.
Pagination information.
Error Handling
| Code | Error Type | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing authentication token |
403 | FORBIDDEN | User lacks permission to list ML model services |