latestOpenAPI 3.0.32026-08-227451,2751.8 MB

d0fc0114da66

AsynchronousJob

Get an asynchronous job

Fetches jobs

get/async-jobs/{job_id}

Path parameters

job_idstring required

Job ID

Response

Job retrieved successfully

idstring

Unique identifier of the TestCase

workspace_idstring

Unique identifier for the associated Workspace

job_type'xray_sync' | 'workspace_copy'

Type of AsynchronousJob

status'pending' | 'running' | 'completed' | 'failed'

Current status of the AsynchronousJob

created_timeinteger

Time the AsynchronousJob was created

created_by_idstring

Identifier of the user who created the AsynchronousJob

last_updated_timeinteger

Time the AsynchronousJob was last updated

last_updated_by_idstring

Identifier of the user who last updated the AsynchronousJob

error_messagestring

If failed, an optional error message associated with the failure

job_source'test_run' | 'plan_run'

What triggered this job