{ "operationId": "listJobs", "method": "GET", "path": "/2.1/jobs/list", "summary": "Databricks List All Jobs", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "Listjobs200Example", "example": { "jobs": [ { "job_id": "500123", "creator_user_name": "example_value", "run_as_user_name": "example_value", "created_time": 10 } ], "has_more": true } } ] }