Azure Databricks · Example Payload

Microsoft Azure Databricks Getworkspaceobjectstatus Example

AnalyticsApache SparkBig DataData EngineeringMachine Learning

Microsoft Azure Databricks Getworkspaceobjectstatus Example is an example object payload from Azure Databricks, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getWorkspaceObjectStatus",
  "method": "GET",
  "path": "/2.0/workspace/get-status",
  "summary": "Azure Databricks Get Workspace Object Status",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getworkspaceobjectstatus200Example",
      "example": {
        "object_type": "NOTEBOOK",
        "path": "example_value",
        "language": "SCALA",
        "object_id": "500123",
        "created_at": "2026-01-15T10:30:00Z",
        "modified_at": "2026-01-15T10:30:00Z",
        "resource_id": "500123"
      }
    }
  ]
}