Azure Databricks · Example Payload
Microsoft Azure Databricks Submitrun Example
AnalyticsApache SparkBig DataData EngineeringMachine-Learning
Microsoft Azure Databricks Submitrun 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
{
"operationId": "submitRun",
"method": "POST",
"path": "/2.1/jobs/runs/submit",
"summary": "Azure Databricks Submit a One-time Run",
"requestExamples": [
{
"contentType": "application/json",
"name": "SubmitrunRequestExample",
"example": {
"run_name": "example_value",
"tasks": [
{
"task_key": "example_value",
"description": "A sample description.",
"depends_on": [
{}
],
"existing_cluster_id": "500123",
"job_cluster_key": "example_value",
"notebook_task": {
"notebook_path": "example_value",
"base_parameters": "example_value",
"source": "WORKSPACE"
},
"spark_jar_task": {
"main_class_name": "example_value",
"parameters": {},
"jar_uri": "example_value"
},
"spark_python_task": {
"python_file": "example_value",
"parameters": {},
"source": "WORKSPACE"
},
"spark_submit_task": {
"parameters": {}
},
"pipeline_task": {
"pipeline_id": "500123",
"full_refresh": true
},
"python_wheel_task": {
"package_name": "example_value",
"entry_point": "example_value",
"parameters": {},
"named_parameters": "example_value"
},
"sql_task": {
"warehouse_id": "500123",
"query": {},
"dashboard": {},
"alert": {},
"file": {}
},
"dbt_task": {
"commands": {},
"project_directory": "example_value",
"schema": "example_value",
"warehouse_id": "500123",
"profiles_directory": "example_value",
"catalog": "example_value",
"source": "WORKSPACE"
},
"run_if": "ALL_SUCCESS",
"timeout_seconds": 10,
"max_retries": 10,
"min_retry_interval_millis": 10,
"retry_on_timeout": true,
"libraries": [
{}
]
}
],
"timeout_seconds": 10,
"idempotency_token": "example_value"
}
}
],
"responseExamples": [
{
"status": "200",
"contentType": "application/json",
"name": "Submitrun200Example",
"example": {
"run_id": "500123"
}
}
]
}
Work with this as data
Every example here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for examples
4 MCP tools reach this
find_examplesBrowse and filter every example in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This example
curl "https://apis.io/api/v1/examples/microsoft-azure-databricks-submitrun-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.