Databricks · Example Payload

Databricks Getjob Example

Artificial IntelligenceAnalyticsApache SparkBig DataClean RoomsCloud ComputingDataData AnalyticsData EngineeringData GovernanceDelta LakeDelta SharingETLIdentity ManagementLakehouseMachine-LearningMLflowModel ServingSecuritySQLUnity CatalogVector SearchVisualize

Databricks Getjob Example is an example object payload from 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": "getJob",
  "method": "GET",
  "path": "/2.1/jobs/get",
  "summary": "Databricks Get a Job",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getjob200Example",
      "example": {
        "job_id": "500123",
        "creator_user_name": "example_value",
        "run_as_user_name": "example_value",
        "settings": {
          "name": "Example Title",
          "tasks": [
            {}
          ],
          "job_clusters": [
            {}
          ],
          "timeout_seconds": 10,
          "max_concurrent_runs": 10,
          "tags": "example_value",
          "format": "SINGLE_TASK",
          "queue": {
            "enabled": true
          },
          "continuous": {
            "pause_status": "PAUSED"
          },
          "parameters": [
            {}
          ],
          "run_as": {
            "user_name": "example_value",
            "service_principal_name": "example_value"
          }
        },
        "created_time": 10
      }
    }
  ]
}