latestOpenAPI 3.0.12026-08-218193199.7 KB

a753ea35d9dd

Jobs

Get job

Retrieves a list of jobs with specified job id.

get/job/show/{job_id}

Path parameters

job_idinteger required

unique identifier of job

Example:19

the job id

Response

OK

cpu_timeinteger nullable required
created_atstring required

Datetime in custom format (2020-12-31 11:22:33 -0500 or 2020-12-31 11:22:33 UTC for UTC)

databasestring nullable required

database name

durationinteger nullable required

Duration

hive_result_schemastring nullable required

the schema for the job's result table

job_idstring required

unique identifier of job

num_recordsinteger nullable required

the number of records in the result. Will be null until job has finished, and may not be set for all query types

organizationstring nullable required

always "null"

priorityinteger required

job execution priority

resultstring

URL of the result output destination

result_sizeinteger nullable required

size in bytes of the job's result, in msgpack.gz format

retry_limitinteger required

automatically retry this many times on failure

status'queued' | 'running' | 'killed' | 'success' | 'error' required

current status of the job

typestring required
updated_atstring required

Datetime in custom format (2020-12-31 11:22:33 -0500 or 2020-12-31 11:22:33 UTC for UTC)

urlstring required
user_nameName required— unresolved $ref