(BETA) Get Long Running Operation details
(BETA) Retrieves details of a Long Running Operation specified by the operation-id.
path Parameters
operationIdstring · requiredOperation ID
Responses
AI Lake Long Running Operation details successfully retrieved
Decision Table
| Variant | Matching Criteria |
|---|---|
| type = object · requires: error, id, kind +1 more | |
| type = object · requires: id, kind, status | |
| type = object · requires: id, kind, status |
Operation that has failed
idstring · requiredId of the operation
kindstring · enum · requiredType of the long-running operation.
provision-database— Provisioning of an AI Lake database.deprovision-database— Deprovisioning (deletion) of an AI Lake database.run-service-command— Running a command in a particular AI Lake service.create-pipe-table— Creating a pipe table backed by an S3 data source.delete-pipe-table— Deleting a pipe table.
Enum values:provision-databasedeprovision-databaserun-service-commandcreate-pipe-tabledelete-pipe-tablestatusstring · requirederrorobject · requiredError information for a failed operation
(BETA) List AI Lake services
(BETA) Lists services configured for the organization's AI Lake. Returns only non-sensitive fields (id, name). Supports paging via size and offset query parameters. Use metaInclude=page to get total count.
query Parameters
sizeinteger · int32Default: 50offsetinteger · int32Default: 0metaIncludestring[] · unique
Responses
AI Lake services successfully retrieved
servicesobject[] · requiredList of services
totalCountinteger · int32Total count of items (only set when metaInclude=page)
(BETA) Get AI Lake service status
(BETA) Returns the status of a service in the organization's AI Lake. The status is controller-specific (e.g., available commands, readiness).
path Parameters
serviceIdstring · required
Responses
AI Lake service status successfully retrieved
statusobject | null · maxLength: 15000 · requiredFree-form JSON object
Example: {}