/
JU
jupyter-server
/
Jupyter Scheduler API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
jupyter-server
Jupyter Scheduler API
get
Get details of a specific job
v1
latest
OpenAPI 3.0.0
2026-07-17
16
14
19.1 KB
Get details of a specific job
get
/jobs/{job_id}
Path parameters
job_id
string
required
Response
Successfully retrieved job details.
DescribeJob
required
job_id
string
input_filename
string
runtime_environment_name
string
runtime_environment_parameters
object
output_formats
string[]
parameters
object
tags
string[]
name
string
output_filename_template
string
compute_type
string
job_files
JobFile[]
create_time
integer
update_time
integer
start_time
integer
end_time
integer
status
'CREATED'
|
'QUEUED'
|
'IN_PROGRESS'
|
'COMPLETED'
|
'FAILED'
|
'STOPPING'
|
'STOPPED'
status_message
string
downloaded
boolean
package_input_folder
boolean
packaged_files
string[]