All REST Endpoints
Audit
The operations from the Audit category.
- Manage audit logs
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/actions/manageAuditLogs - Search audit logs
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/actions/searchAuditLogs
Bundle
The operations from the Bundle category.
- (Preview) Create a new bundle in a workspace folder
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/bundles - (Preview) Deploy all bundle resources
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/bundles/actions/deploy - (Preview) Destroy all deployed bundle resources
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/bundles/actions/purge - (Preview) Return the latest known deployment summary for a bundle
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/bundles/actions/getDeploymentStatus
Catalog
The operations from the Catalog category.
- Create a catalog
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/catalogs - Delete a catalog
- Method: deletePath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/catalogs/{catalogKey} - Get a list of catalogs
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/catalogs - Get catalog details
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/catalogs/{catalogKey} - Get list of catalog permissions
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/catalogs/{catalogKey}/permissions - Refresh catalog through crawler
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/catalogs/{catalogKey}/actions/refresh - Test external catalog connection
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/actions/testConnection - Update catalog details
- Method: putPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/catalogs/{catalogKey} - Update permissions for a catalog
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/catalogs/{catalogKey}/actions/managePermission
Cluster
The operations from the Cluster category.
- Create a cluster
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/clusters - Delete a cluster
- Method: deletePath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/clusters/{clusterKey} - Get cluster details
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/clusters/{clusterKey} - Get cluster libraries
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/clusters/{clusterKey}/libraries - Get cluster permissions
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/clusters/{clusterKey}/permissions - Get clusters in a workspace
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/clusters - Get default cluster
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/defaultCluster - Patch cluster libraries
- Method: patchPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/clusters/{clusterKey}/libraries - Restart running cluster
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/clusters/{clusterKey}/actions/restart - Start a termintated cluster
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/clusters/{clusterKey}/actions/start - Stop a Cluster
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/clusters/{clusterKey}/actions/stop - Update cluster details
- Method: putPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/clusters/{clusterKey} - Update cluster permissions
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/clusters/{clusterKey}/actions/managePermission
DeltaShare
The operations from the DeltaShare category.
- Create a Delta Share
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/shares - Create a Delta Share recipient
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/recipients - Delete a Delta Share
- Method: deletePath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/shares/{shareKey} - Delete a recipient
- Method: deletePath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/recipients/{recipientKey} - Get a list of Delta Share access for a recipient
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/recipients/{recipientKey}/shares - Get a list of Delta Share access for a recipient
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/shares/{shareKey}/permissions - Get a list of Delta Share recipients
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/recipients - Get a list of Delta Shares
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/shares - Get a list of recipients specific to a Delta Share
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/shares/{shareKey}/recipients - Get Delta Share details
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/shares/{shareKey} - Get Delta Share recipient details
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/recipients/{recipientKey} - Get list of Delta Share recipient permissions
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/recipients/{recipientKey}/permissions - Gets a list of Delta Share assets
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/shares/{shareKey}/dataAssets - Update a Delta Share
- Method: putPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/shares/{shareKey} - Update a Delta Share recipient
- Method: putPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/recipients/{recipientKey} - Update consumer-side access on a share for a recipient
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/shares/{shareKey}/actions/manageAccess - Update Delta Share permissions
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/shares/{shareKey}/actions/managePermission - Update recipient permissions
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/recipients/{recipientKey}/actions/managePermission - Updates Delta Share data assets
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/shares/{shareKey}/actions/manageDataAsset
GitService
The operations from the GitService category.
- (Preview) Check out a Git branch
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/gitRepositories/{gitRepositoryKey}/actions/checkOutBranch - (Preview) Commit and push Git changes
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/gitRepositories/{gitRepositoryKey}/actions/commitPush - (Preview) Create a Git branch
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/gitRepositories/{gitRepositoryKey}/gitBranches - (Preview) Get a list of Git branches
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/gitRepositories/{gitRepositoryKey}/gitBranches - (Preview) Get connected Git repository
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/gitRepositories/{gitRepositoryKey} - (Preview) Get Git file diff
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/gitRepositories/{gitRepositoryKey}/actions/gitDiffDetails - (Preview) Get Git operation state
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/gitRepositories/{gitRepositoryKey}/actions/gitOperationState - (Preview) Get list of file-level Git diffs
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/gitRepositories/{gitRepositoryKey}/actions/gitDiff - (Preview) Merge Git branch
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/gitRepositories/{gitRepositoryKey}/actions/merge - (Preview) Pull Git changes
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/gitRepositories/{gitRepositoryKey}/actions/pull - (Preview) Rebase Git branch
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/gitRepositories/{gitRepositoryKey}/actions/rebase - (Preview) Reset Git branch
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/gitRepositories/{gitRepositoryKey}/actions/reset - (Preview) Reset workspace Git state
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/gitRepositories/{gitRepositoryKey}/actions/resetState - (Preview) Resolve Git conflicts
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/gitRepositories/{gitRepositoryKey}/actions/resolveConflicts - (Preview) Update Git repository metadata
- Method: putPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/gitRepositories/{gitRepositoryKey}
MLOps
The operations from the MLOps category.
- (Preview) Create a model version
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/mlops/api/2.0/mlflow/model-versions/create - (Preview) Create a model version in a workspace
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/mlops/api/2.0/mlflow/model-versions/create - (Preview) Create a new experiment run
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/mlops/api/2.0/mlflow/runs/create - (Preview) Create a registered model
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/mlops/api/2.0/mlflow/registered-models/create - (Preview) Create an experiment
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/mlops/api/2.0/mlflow/experiments/create - (Preview) Delete a model version
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/mlops/api/2.0/mlflow/model-versions/delete - (Preview) Delete a registered model
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/mlops/api/2.0/mlflow/registered-models/delete - (Preview) Delete an experiment
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/mlops/api/2.0/mlflow/experiments/delete - (Preview) Delete an experiment run
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/mlops/api/2.0/mlflow/runs/delete - (Preview) Delete an experiment run tag
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/mlops/api/2.0/mlflow/runs/delete-tag - (Preview) Delete an experiment tag
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/mlops/api/2.0/mlflow/experiments/delete-experiment-tag - (Preview) Delete model version tag
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/mlops/api/2.0/mlflow/model-versions/delete-tag - (Preview) Delete registered model tag
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/mlops/api/2.0/mlflow/registered-models/delete-tag - (Preview) Get experiment metadata by ID
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/mlops/api/2.0/mlflow/experiments/get - (Preview) Get experiment run details by ID
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/mlops/api/2.0/mlflow/runs/get - (Preview) Get experiment run metric history
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/mlops/api/2.0/mlflow/metrics/get-history - (Preview) Get metadata for an experiment by name
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/mlops/api/2.0/mlflow/experiments/get-by-name - (Preview) Get model version details
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/mlops/api/2.0/mlflow/model-versions/get - (Preview) Get registered model details
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/mlops/api/2.0/mlflow/registered-models/get - (Preview) List artifacts
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/mlops/api/2.0/mlflow/artifacts/list - (Preview) List experiment runs
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/mlops/api/2.0/mlflow/runs/search - (Preview) List experiments
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/mlops/api/2.0/mlflow/experiments/search - (Preview) List logged models
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/mlops/api/2.0/mlflow/logged-models/search - (Preview) List model versions
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/mlops/api/2.0/mlflow/model-versions/search - (Preview) List registered models
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/mlops/api/2.0/mlflow/registered-models/search - (Preview) Log an experiment run batch
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/mlops/api/2.0/mlflow/runs/log-batch - (Preview) Log an experiment run metric
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/mlops/api/2.0/mlflow/runs/log-metric - (Preview) Log an experiment run model
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/mlops/api/2.0/mlflow/runs/log-model - (Preview) Log an experiment run parameter
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/mlops/api/2.0/mlflow/runs/log-parameter - (Preview) Log experiment run inputs
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/mlops/api/2.0/mlflow/runs/log-inputs - (Preview) Rename a registered model
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/mlops/api/2.0/mlflow/registered-models/rename - (Preview) Restore an experiment
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/mlops/api/2.0/mlflow/experiments/restore - (Preview) Restore an experiment run
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/mlops/api/2.0/mlflow/runs/restore - (Preview) Set an experiment run tag
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/mlops/api/2.0/mlflow/runs/set-tag - (Preview) Set an experiment tag
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/mlops/api/2.0/mlflow/experiments/set-experiment-tag - (Preview) Set model version tag
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/mlops/api/2.0/mlflow/model-versions/set-tag - (Preview) Set registered model tag
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/mlops/api/2.0/mlflow/registered-models/set-tag - (Preview) Transition a model version stage
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/mlops/api/2.0/mlflow/model-versions/transition-stage - (Preview) Update a model version
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/mlops/api/2.0/mlflow/model-versions/update - (Preview) Update a registered model
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/mlops/api/2.0/mlflow/registered-models/update - (Preview) Update an experiment
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/mlops/api/2.0/mlflow/experiments/update - (Preview) Update an experiment run
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/mlops/api/2.0/mlflow/runs/update - (Preview) Update experiment run tags
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/mlops/api/2.0/mlflow/internal/runs/update-tags - (Preview) Update experiment tags
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/mlops/api/2.0/mlflow/internal/experiments/update-experiment-tags - (Preview) Update model version tags
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/mlops/api/2.0/mlflow/internal/model-versions/update-tags - (Preview) Update registered model tags
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/mlops/api/2.0/mlflow/internal/registered-models/update-tags
Notebook
The operations from the Notebook category.
- Create a new notebook file or directory
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/notebook/api/contents/{contentPath} - Create a new session
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/notebook/api/sessions - Delete a notebook file or directory
- Method: deletePath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/notebook/api/contents/{contentPath} - Delete a session
- Method: deletePath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/notebook/api/sessions/{sessionId} - Export notebook file contents
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/notebook/api/actions/export/contents/{contentPath} - Get available sessions
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/notebook/api/sessions - Get file or directory content
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/notebook/api/contents/{contentPath} - Get session details
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/notebook/api/sessions/{sessionId} - Patch a session
- Method: patchPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/notebook/api/sessions/{sessionId} - Rename a file or directory
- Method: patchPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/notebook/api/contents/{contentPath} - Update notebook contents
- Method: putPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/notebook/api/contents/{contentPath}
Role
The operations from the Role category.
- Add member to role
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/roles/{roleKey}/actions/addMember - Create a role
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/roles - Delete a role
- Method: deletePath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/roles/{roleKey} - Get list of role permissions
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/roles/{roleKey}/permissions - Get list of roles
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/roles - Get role details
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/roles/{roleKey} - Remove member from role
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/roles/{roleKey}/actions/removeMember - Update a role
- Method: putPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/roles/{roleKey}
Schema
The operations from the Schema category.
- Create a managed table from sample file
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/dataTables - Create a schema
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/schemas - Create a table
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/tables - Create a view
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/views - Delete a table
- Method: deletePath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/tables/{tableKey} - Delete a view
- Method: deletePath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/views/{viewKey} - Delete schema
- Method: deletePath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/schemas/{schemaKey} - Generate URI for uploading a sample file to a temporary folder in a schema
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/schemas/{schemaKey}/actions/generateTempFileUploadTarget - Get schema details
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/schemas/{schemaKey} - Get schema permissions
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/schemas/{schemaKey}/permissions - Get schema views
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/views - Get schemas
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/schemas - Get table details
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/tables/{tableKey} - Get table permissions
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/tables/{tableKey}/permissions - Get table schema and data
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/schemas/{schemaKey}/actions/inferSchemaWithPreview - Get table schema details
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/schemas/{schemaKey}/actions/inferSchema - Get tables in schema
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/tables - Get view details
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/views/{viewKey} - Get view permissions
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/views/{viewKey}/permissions - Refresh schema
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/schemas/{schemaKey}/actions/refresh - Refresh table
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/tables/{tableKey}/actions/refresh - Retrieve PAR for created entities
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/tables/{tableKey}/actions/getPar - Update a table
- Method: putPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/tables/{tableKey} - Update a view
- Method: putPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/views/{viewKey} - Update schema
- Method: putPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/schemas/{schemaKey} - Update schema permissions
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/schemas/{schemaKey}/actions/managePermission - Update table permissions
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/tables/{tableKey}/actions/managePermission - Update view permissions
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/views/{viewKey}/actions/managePermission
UserSetting
The operations from the UserSetting category.
- (Preview) Delete a user setting
- Method: deletePath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/userSettings/{settingKey} - (Preview) Get list of user settings by type or default status
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/userSettings - (Preview) Get user settings
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/userSettings/{settingKey} - (Preview) Manage user credentials and integrations
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/userSettings - (Preview) Update a stored user setting
- Method: putPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/userSettings/{settingKey}
Volume
The operations from the Volume category.
- Create a volume
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/volumes - Create directory in volume
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/volumes/{volumeKey}/actions/mkdir - Delete a volume
- Method: deletePath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/volumes/{volumeKey} - Delete a volume file
- Method: deletePath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/volumes/{volumeKey}/actions/deleteFile - Delete volume directory
- Method: deletePath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/volumes/{volumeKey}/actions/deleteDir - Download a file to Volume by generating par
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/volumes/{volumeKey}/actions/downloadFileMeta - Download file from volume
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/volumes/{volumeKey}/actions/downloadFile - Get files in volume
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/volumes/{volumeKey}/files - Get volume details
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/volumes/{volumeKey} - Get volume permissions
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/volumes/{volumeKey}/permissions - Get volumes
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/volumes - Update a volume
- Method: putPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/volumes/{volumeKey} - Update volume directory
- Method: putPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/volumes/{volumeKey}/actions/updateDir - Update volume permissions
- Method: putPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/volumes/{volumeKey}/actions/managePermission - Upload a file to volume
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/volumes/{volumeKey}/actions/uploadFile - Upload a file to volume by generating PAR
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/volumes/{volumeKey}/actions/uploadFileMeta
Workflow
The operations from the Workflow category.
- Cancel a job run
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/jobRuns/{jobRunKey}/actions/cancel - Cancel job runs
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/jobs/{jobKey}/actions/cancelJobRuns - Create a job
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/jobs - Create a job run
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/jobRuns - Delete a job
- Method: deletePath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/jobs/{jobKey} - Delete a job run
- Method: deletePath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/jobRuns/{jobRunKey} - Export task run output
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/taskRuns/{taskRunKey}/outputs/{taskRunOutputKey}/actions/export - Fetch task run output from runtime engine
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/taskRuns/{taskRunKey}/actions/fetchOutput - Get job details
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/jobs/{jobKey} - Get job permissions
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/jobs/{jobKey}/permissions - Get job run details
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/jobRuns/{jobRunKey} - Get job runs
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/jobRuns - Get latest job runs
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/recentJobRuns - Get list of jobs
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/jobs - Get task run details
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/taskRuns/{taskRunKey} - Get task runs
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/taskRuns - Repair job run
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/jobRuns/{jobRunKey}/actions/repair - Update job permissions
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/jobs/{jobKey}/actions/managePermission - Updates a job
- Method: putPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/jobs/{jobKey}
Workspace
The operations from the Workspace category.
- Create a workspace
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces - Creates a git folder in the workspace
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/gitFolders - Delete a workspace
- Method: deletePath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey} - Get a list of create workspace permissions
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/createWorkspacePermissions - Get a list of workspace permissions
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/permissions - Get a list of workspaces
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces - Get workspace details
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey} - Update a workspace
- Method: putPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey} - Update create workspace permissions on a workspace
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/actions/manageCreateWorkspacePermission - Update permissions on a workspace
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/actions/managePermission - Update workspace status
- Method: putPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/asyncOperations/{asyncOperationKey}/status
WorkspaceObject
The operations from the WorkspaceObject category.
- Copy a workspace object
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/actions/copyObject - Create a workspace object
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/objects - Delete a workspace object
- Method: deletePath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/objects/{objectPath} - Download a workspace file by generating PAR
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/actions/downloadFileMeta - Get a list of objects in the workspace
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/objects - Get a list of workspace object permissions
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/objects/{objectKey}/permissions - Get workspace object details
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/objects/{objectPath} - Get workspace object summary metadata
- Method: headPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/objects/{objectPath} - Move a workspace object
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/actions/moveObject - Rename a workspace object
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/actions/renameObject - Update a workspace object
- Method: putPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/objects/{objectPath} - Update workspace object permissions
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/objects/{objectKey}/actions/managePermission - Upload a workspace file by generating PAR
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/actions/uploadFileMeta
Wrapper
The operations from the Wrapper category.
- Download cluster logs
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/clusters/{clusterKey}/actions/downloadLogs - Search cluster logs
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/clusters/{clusterKey}/actions/searchLogs - Summarize compute metrics data
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/clusters/{clusterKey}/actions/summarizeMetricsData
credentialStore
The operations from the credentialStore category.
- (Preview) Create new credential
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/credentials - (Preview) Delete credentials
- Method: deletePath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/credentials/{credentialKey} - (Preview) Get credential details
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/credentials/{credentialKey} - (Preview) Get list of credentials
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/credentials - (Preview) Update credentials
- Method: putPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/credentials/{credentialKey}