Skip to main content
JobsList all the Jobs of your organization.
TestMu AI
StatusCommunityBlog
Jobs

List all the Jobs of your organization.

This API is used to list all the Jobs of your organization.

GET
/v1.0/jobs
List all the Jobs of your organization.
curl --request GET \
--url "https://api.hyperexecute.cloud/v1.0/jobs" \
--header "Authorization: Basic <encoded-value>"
{
"data": [
{
"id": "f3e41-42e9-8095-e7cc3f46",
"org_id": "509662",
"status": "aborted",
"job_number": 16311,
"job_label": "",
"remark": "job has been aborted by user",
"created_at": "2024-11-20T08:54:13Z",
"update_at": "2024-11-20T08:54:23Z",
"global_timeout": 0,
"test_suite_timeout": 0,
"retry_on_failure": "false",
"tunnel_name": "",
"runson": "",
"start_time": null,
"end_time": "2024-11-20T08:54:23Z",
"type": "",
"user": "amanc",
"Tasks": 0,
"taskCount": null,
"archived_at": null,
"archived_by": "",
"unarchived_at": null,
"unarchived_by": "",
"is_archived": 0,
"executionTime": "0s",
"execution_time_sec": 0,
"total_tests": 0,
"job_summary": null,
"project_id": "",
"test_type": "",
"workflow_details": {
"workflow_id": null
},
"project_name": ""
}
],
"metadata": {
"total": 0,
"cursor": 16310,
"hasmore": "true"
},
"status": "success"
}

Authorizations

Authorizationstringheaderrequired

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

show_test_summaryboolean
limitinteger

Total number of Jobs to be rendered

is_cursor_base_paginationstringrequired

Response

application/json

Successfull Operation

dataobject[]
data.idstring
Example: "f3e41-42e9-8095-e7cc3f46"
data.org_idstring
Example: "509662"
data.statusstring
Example: "aborted"
data.job_numbernumber
Example: 16311
data.job_labelstring
Example: ""
data.remarkstring
Example: "job has been aborted by user"
data.created_atstring
Example: "2024-11-20T08:54:13Z"
data.update_atstring
Example: "2024-11-20T08:54:23Z"
data.global_timeoutnumber
Example: 0
data.test_suite_timeoutnumber
Example: 0
data.retry_on_failurestring
Example: "false"
data.tunnel_namestring
Example: ""
data.runsonstring
Example: ""
data.start_timenull
data.end_timestring
Example: "2024-11-20T08:54:23Z"
data.typestring
Example: ""
data.userstring
Example: "amanc"
data.Tasksnumber
Example: 0
data.taskCountnull
data.archived_atnull
data.archived_bystring
Example: ""
data.unarchived_atnull
data.unarchived_bystring
Example: ""
data.is_archivednumber
Example: 0
data.executionTimestring
Example: "0s"
data.execution_time_secnumber
Example: 0
data.total_testsnumber
Example: 0
data.job_summarynull
data.project_idstring
Example: ""
data.test_typestring
Example: ""
data.workflow_detailsobject
data.project_namestring
Example: ""
metadataobject
metadata.totalnumber
Example: 0
metadata.cursornumber
Example: 16310
metadata.hasmorestring
Example: "true"
statusstring
List all the Jobs of your organization.
curl --request GET \
--url "https://api.hyperexecute.cloud/v1.0/jobs" \
--header "Authorization: Basic <encoded-value>"
{
"data": [
{
"id": "f3e41-42e9-8095-e7cc3f46",
"org_id": "509662",
"status": "aborted",
"job_number": 16311,
"job_label": "",
"remark": "job has been aborted by user",
"created_at": "2024-11-20T08:54:13Z",
"update_at": "2024-11-20T08:54:23Z",
"global_timeout": 0,
"test_suite_timeout": 0,
"retry_on_failure": "false",
"tunnel_name": "",
"runson": "",
"start_time": null,
"end_time": "2024-11-20T08:54:23Z",
"type": "",
"user": "amanc",
"Tasks": 0,
"taskCount": null,
"archived_at": null,
"archived_by": "",
"unarchived_at": null,
"unarchived_by": "",
"is_archived": 0,
"executionTime": "0s",
"execution_time_sec": 0,
"total_tests": 0,
"job_summary": null,
"project_id": "",
"test_type": "",
"workflow_details": {
"workflow_id": null
},
"project_name": ""
}
],
"metadata": {
"total": 0,
"cursor": 16310,
"hasmore": "true"
},
"status": "success"
}