Setting the file. One moment.
Subchapter 2.49
references/cli/api/job.mdMarkdown642 BView on GitHub
dg api job listLists all jobs in the deployment.
dg api job get <JOB_NAME>Returns details for a specific job in the deployment.
To launch a job on a deployed Dagster Plus environment, use the MCP server’s launch_job_run tool when it is connected, or dg api run launch otherwise. For local in-process execution during development, see dg launch.