Azure Databricks · Example Payload

Microsoft Azure Databricks Listworkspaceobjects Example

AnalyticsApache SparkBig DataData EngineeringMachine Learning

Microsoft Azure Databricks Listworkspaceobjects 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": "listWorkspaceObjects",
  "method": "GET",
  "path": "/2.0/workspace/list",
  "summary": "Azure Databricks List Workspace Objects",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Listworkspaceobjects200Example",
      "example": {
        "objects": [
          {
            "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"
          }
        ]
      }
    }
  ]
}